*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Manrope',sans-serif;background:#FAFAFA;color:#2A2A2A;line-height:1.6;font-size:16px}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
header{position:relative;background:linear-gradient(142deg,#F4C6A4 0%,#FAFAFA 58%,#E8E8E8 100%);padding:0;overflow:hidden}
.header_bg_layer{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none}
.company_wordmark{font-size:180px;font-weight:700;color:#386440;opacity:.04;letter-spacing:-4px;user-select:none}
.header_content{position:relative;z-index:2;padding:24px 0}
.header_inner{max-width:1140px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.logo_zone{flex-shrink:0}
.logo_link{display:block;background:#FFF;padding:12px;border-radius:4px;box-shadow:0 4px 12px #00000014;transition:all 500ms linear}
.logo_link:hover{box-shadow:0 6px 18px #b75e4a26}
.site_logo{width:110px;height:110px;object-fit:contain}
.main_nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.nav_link{padding:12px 20px;font-size:16px;font-weight:600;color:#386440;background:#ffffffb3;border-radius:3px;transition:all 450ms linear;border:1px solid transparent}
.nav_link:hover{background:#FFF;border-color:#B75E4A;color:#B75E4A}
main{min-height:200px}
footer{background:linear-gradient(156deg,#2A2A2A 0%,#1A1A1A 100%);color:#E8E8E8;margin-top:80px}
.footer_upper{padding:60px 0 40px;border-bottom:1px solid #f4c6a426}
.footer_container1{max-width:1140px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 2fr;gap:60px}
.footer_brand{display:flex;flex-direction:column;gap:20px}
.footer_logo{width:90px;height:90px;background:#FFF;padding:10px;border-radius:3px}
.footer_tagline{font-size:15px;color:#B8B8B8;line-height:1.5}
.footer_links_section{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.footer_col{display:flex;flex-direction:column;gap:14px}
.footer_heading{font-size:17px;font-weight:700;color:#F4C6A4;margin-bottom:6px}
.footer_link{font-size:15px;color:#C8C8C8;transition:color 400ms linear;display:inline-block}
.footer_link:hover{color:#B75E4A}
.footer_text{font-size:14px;color:#B8B8B8;line-height:1.6;display:flex;align-items:flex-start;gap:8px}
.footer_text .lnr{color:#F4C6A4;flex-shrink:0;margin-top:2px}
.footer_link_inline{color:#C8C8C8;transition:color 400ms linear}
.footer_link_inline:hover{color:#B75E4A}
.footer_lower{padding:24px 0}
.footer_container2{max-width:1140px;margin:0 auto;padding:0 20px;text-align:center}
.copyright_text{font-size:14px;color:#888}
.cookie_popup{position:fixed;bottom:0;left:0;right:0;display:none;justify-content:center;align-items:flex-end;padding:20px;z-index:9999;opacity:0;transform:translateX(100%);transition:all 550ms linear}
.cookie_popup.visible{opacity:1;transform:translateX(0)}
.cookie_card{background:#FFF;border-radius:6px;box-shadow:0 12px 32px #0000002e;max-width:680px;width:100%;padding:32px;border:2px solid #F4C6A4}
.cookie_header{margin-bottom:24px}
.cookie_title{font-size:22px;font-weight:700;color:#2A2A2A;margin-bottom:10px}
.cookie_desc{font-size:15px;color:#555;line-height:1.5}
.cookie_categories{display:flex;flex-direction:column;gap:18px;margin-bottom:28px}
.cookie_cat{background:#F8F8F8;padding:16px;border-radius:4px;border-left:4px solid #B75E4A}
.cookie_label{display:flex;align-items:center;gap:10px;cursor:pointer;margin-bottom:8px}
.cookie_check{width:20px;height:20px;cursor:pointer;accent-color:#386440}
.cookie_check:disabled{cursor:not-allowed}
.cookie_cat_name{font-size:16px;font-weight:600;color:#2A2A2A}
.cookie_cat_desc{font-size:14px;color:#666;line-height:1.5;padding-left:30px}
.cookie_policy_link{color:#B75E4A;text-decoration:underline;transition:color 400ms linear}
.cookie_policy_link:hover{color:#386440}
.cookie_actions{display:flex;gap:14px;justify-content:flex-end}
.cookie_btn{padding:14px 28px;font-size:15px;font-weight:600;font-family:'Manrope',sans-serif;border-radius:4px;cursor:pointer;transition:all 500ms linear;border:2px solid transparent}
.cookie_btn_decline{background:#E8E8E8;color:#2A2A2A;border-color:#D0D0D0}
.cookie_btn_decline:hover{background:#D8D8D8;border-color:#B75E4A}
.cookie_btn_accept{background:linear-gradient(135deg,#386440 0%,#2A4A30 100%);color:#FFF;border-color:#386440}
.cookie_btn_accept:hover{background:linear-gradient(135deg,#2A4A30 0%,#1A3420 100%);box-shadow:0 4px 14px #3864404d}
@media (max-width: 1024px) {
.header_inner{flex-direction:column;gap:24px}
.main_nav{justify-content:center}
.footer_container1{grid-template-columns:1fr;gap:40px}
.footer_links_section{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.company_wordmark{font-size:100px}
.site_logo{width:80px;height:80px}
.main_nav{width:100%;flex-direction:column;gap:10px}
.nav_link{width:100%;text-align:center}
.footer_links_section{grid-template-columns:1fr;gap:32px}
.cookie_card{padding:24px}
.cookie_actions{flex-direction:column}
.cookie_btn{width:100%}
}
@media (max-width: 480px) {
.company_wordmark{font-size:60px}
.header_content{padding:18px 0}
.site_logo{width:70px;height:70px}
.footer_upper{padding:40px 0 30px}
.footer_logo{width:70px;height:70px}
.cookie_title{font-size:19px}
.cookie_popup{padding:10px}
}
.terms-text{max-width:1140px;margin:0 auto;padding:80px 20px;background:linear-gradient(135deg,#fff 0%,#fefbf8 100%)}
.terms-text h1{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 48px;padding:0 0 24px;border-bottom:3px solid #B75E4A;line-height:1.2}
.terms-text h2{font-size:32px;font-weight:600;color:#2d2d2d;margin:60px 0 24px;padding:0;line-height:1.3}
.terms-text h3{font-size:24px;font-weight:600;color:#386440;margin:40px 0 20px;padding:0;line-height:1.4}
.terms-text h4{font-size:20px;font-weight:600;color:#4a4a4a;margin:32px 0 16px;padding:0;line-height:1.4}
.terms-text h5{font-size:18px;font-weight:600;color:#5a5a5a;margin:28px 0 14px;padding:0;line-height:1.5}
.terms-text h6{font-size:16px;font-weight:600;color:#6a6a6a;margin:24px 0 12px;padding:0;line-height:1.5}
.terms-text p{font-size:17px;line-height:1.8;color:#3a3a3a;margin:0 0 20px;padding:0}
.terms-text ul{margin:0 0 24px;padding:0 0 0 28px}
.terms-text ul li{font-size:17px;line-height:1.8;color:#3a3a3a;margin:0 0 12px;padding:0 0 0 8px}
.terms-text ol{margin:0 0 24px;padding:0 0 0 28px}
.terms-text ol li{font-size:17px;line-height:1.8;color:#3a3a3a;margin:0 0 12px;padding:0 0 0 8px}
.terms-text em,.terms-text i{font-style:italic;color:#B75E4A}
.terms-text strong,.terms-text b{font-weight:700;color:#2d2d2d}
.terms-text a{color:#B75E4A;text-decoration:none;border-bottom:1px solid #F4C6A4;transition:all 400ms linear}
.terms-text a:hover{color:#386440;border-bottom-color:#386440}
.terms-text table{width:100%;margin:32px 0;border-collapse:collapse;background:#fff;box-shadow:0 2px 8px #00000014}
.terms-text table thead{background:linear-gradient(135deg,#B75E4A 0%,#a04d3a 100%)}
.terms-text table thead tr th{padding:18px 16px;text-align:left;font-size:16px;font-weight:600;color:#fff;border-bottom:2px solid #386440}
.terms-text table tbody tr{border-bottom:1px solid #e8e8e8;transition:background 400ms linear}
.terms-text table tbody tr:hover{background:#fefbf8}
.terms-text table tbody tr:last-child{border-bottom:none}
.terms-text table tbody tr td{padding:16px;font-size:16px;line-height:1.6;color:#3a3a3a}
.terms-text table th{font-weight:600}
.terms-text hr{border:none;height:2px;background:linear-gradient(90deg,#F4C6A4 0%,#B75E4A 50%,#F4C6A4 100%);margin:48px 0}
.terms-text div{margin:0 0 20px}
.terms-text blockquote{margin:32px 0;padding:24px 32px;border-left:4px solid #B75E4A;background:linear-gradient(135deg,#fefbf8 0%,#fff 100%);font-size:17px;line-height:1.8;color:#4a4a4a}
.terms-text code{background:#f5f5f5;padding:2px 8px;border:3px;font-family:monospace;font-size:15px;color:#386440}
.terms-text pre{background:#f8f8f8;padding:20px;margin:24px 0;overflow-x:auto;border:4px;border-left:4px solid #386440}
.terms-text pre code{background:none;padding:0;border:none}
@media (max-width: 1024px) {
.terms-text{padding:60px 20px}
.terms-text h1{font-size:36px;margin-bottom:36px}
.terms-text h2{font-size:28px;margin-top:48px}
.terms-text h3{font-size:22px}
}
@media (max-width: 768px) {
.terms-text{padding:40px 16px}
.terms-text h1{font-size:30px;margin-bottom:28px;padding-bottom:20px}
.terms-text h2{font-size:24px;margin-top:40px}
.terms-text h3{font-size:20px}
.terms-text h4{font-size:18px}
.terms-text p,.terms-text ul li,.terms-text ol li{font-size:16px;line-height:1.7}
.terms-text table{font-size:14px}
.terms-text table thead tr th,.terms-text table tbody tr td{padding:12px 10px}
.terms-text blockquote{padding:16px 20px;margin:24px 0}
}
@media (max-width: 480px) {
.terms-text{padding:32px 12px}
.terms-text h1{font-size:26px;margin-bottom:24px}
.terms-text h2{font-size:22px;margin-top:32px}
.terms-text h3{font-size:19px}
.terms-text table{display:block;overflow-x:auto}
.terms-text ul,.terms-text ol{padding-left:20px}
}
.title_wrap{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(128deg,#F4C6A4 0%,#B75E4A 100%);margin-bottom:0}
.title_wrap::before{content:'';position:absolute;top:-10%;right:-5%;width:380px;height:380px;background:#ffffff1f;border-radius:50%;transform:rotate(25deg)}
.title_wrap::after{content:'';position:absolute;bottom:-8%;left:-3%;width:280px;height:280px;background:#3864402e;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.title_content_box{max-width:1140px;width:100%;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.title_text_area h1{font-size:3.2rem;line-height:1.15;color:#fff;margin:0 0 24px;font-weight:700}
.title_text_area p{font-size:1.15rem;line-height:1.7;color:#ffffffeb;margin:0}
.title_img_container{position:relative}
.title_img_container img{width:100%;height:420px;object-fit:cover;border-radius:4px;box-shadow:0 12px 24px #00000040;position:relative;z-index:1}
.title_img_container::before{content:'';position:absolute;inset:-12px;background:radial-gradient(ellipse at center,transparent 30%,#b75e4a66 100%);border-radius:4px;z-index:2;pointer-events:none}
.outcomes_section{background:#fafafa;padding:90px 20px}
.outcomes_inner{max-width:1140px;margin:0 auto}
.outcomes_inner h2{font-size:2.4rem;color:#2a2a2a;margin:0 0 16px;font-weight:600}
.outcomes_intro{font-size:1.1rem;line-height:1.75;color:#4a4a4a;margin:0 0 50px;max-width:820px}
.outcomes_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.outcome_card{background:#fff;padding:36px 28px;border-radius:3px;border-left:4px solid #B75E4A;box-shadow:0 2px 8px #0000000f;transition:all 500ms linear}
.outcome_card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-4px)}
.outcome_card h3{font-size:1.35rem;color:#2a2a2a;margin:0 0 14px;font-weight:600}
.outcome_card p{font-size:1rem;line-height:1.7;color:#5a5a5a;margin:0}
.value_block{padding:85px 20px;background:linear-gradient(215deg,#386440 0%,#2a4a30 100%);position:relative;overflow:hidden}
.value_block::before{content:'';position:absolute;width:420px;height:420px;background:#f4c6a414;border-radius:50%;top:-15%;left:-8%}
.value_container{max-width:1140px;margin:0 auto;display:flex;gap:70px;align-items:center;position:relative;z-index:1}
.value_visual{flex:0 0 480px}
.value_visual img{width:100%;height:380px;object-fit:cover;border-radius:3px;box-shadow:0 10px 28px #0000004d}
.value_text_side{flex:1}
.value_text_side h2{font-size:2.3rem;color:#fff;margin:0 0 20px;font-weight:600}
.value_text_side p{font-size:1.05rem;line-height:1.8;color:#ffffffe6;margin:0 0 32px}
.value_points{display:flex;flex-direction:column;gap:18px}
.value_point_item{display:flex;gap:16px;align-items:flex-start}
.value_point_item .lnr{font-size:1.4rem;color:#F4C6A4;flex-shrink:0;margin-top:2px}
.value_point_item span{font-size:1.05rem;line-height:1.65;color:#ffffffe0}
.tracking_section{padding:88px 20px;background:#fff}
.tracking_wrap{max-width:1140px;margin:0 auto}
.tracking_header{text-align:center;margin-bottom:56px}
.tracking_header h2{font-size:2.4rem;color:#2a2a2a;margin:0 0 18px;font-weight:600}
.tracking_header p{font-size:1.08rem;line-height:1.7;color:#4a4a4a;margin:0 auto;max-width:720px}
.tracking_stages{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;position:relative}
.tracking_stages::before{content:'';position:absolute;top:32px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,#B75E4A 0%,#386440 100%);z-index:0}
.stage_item{position:relative;z-index:1;text-align:center}
.stage_number{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#B75E4A 0%,#8a4738 100%);color:#fff;font-size:1.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 4px 12px #b75e4a4d}
.stage_item h4{font-size:1.15rem;color:#2a2a2a;margin:0 0 10px;font-weight:600}
.stage_item p{font-size:.95rem;line-height:1.6;color:#5a5a5a;margin:0}
.standards_area{padding:80px 20px;background:#f5f5f5}
.standards_box{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:64px;align-items:center}
.standards_images{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.standards_images img{width:100%;height:220px;object-fit:cover;border-radius:3px;box-shadow:0 4px 14px #0000001a}
.standards_images img:first-child{grid-column:1 / 2;grid-row:1 / 3;height:460px}
.standards_text{display:flex;flex-direction:column;gap:28px}
.standards_text h2{font-size:2.3rem;color:#2a2a2a;margin:0;font-weight:600}
.standards_text p{font-size:1.05rem;line-height:1.75;color:#4a4a4a;margin:0}
.quality_features{display:flex;flex-direction:column;gap:20px}
.quality_item{padding:24px;background:#fff;border-radius:3px;border-left:3px solid #386440;box-shadow:0 2px 6px #0000000f}
.quality_item h5{font-size:1.15rem;color:#2a2a2a;margin:0 0 8px;font-weight:600}
.quality_item p{font-size:.98rem;line-height:1.65;color:#5a5a5a;margin:0}
.cta_final{padding:90px 20px;background:linear-gradient(155deg,#B75E4A 0%,#8a4738 100%);text-align:center;position:relative;overflow:hidden}
.cta_final::before{content:'';position:absolute;width:340px;height:340px;background:#f4c6a426;border-radius:50%;bottom:-12%;right:-6%}
.cta_final_inner{max-width:860px;margin:0 auto;position:relative;z-index:1}
.cta_final h2{font-size:2.5rem;color:#fff;margin:0 0 20px;font-weight:600}
.cta_final p{font-size:1.12rem;line-height:1.7;color:#ffffffeb;margin:0 0 36px}
.cta_button_row{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta_btn{padding:16px 40px;font-size:1.05rem;font-weight:600;border-radius:3px;text-decoration:none;display:inline-block;transition:all 450ms linear;border:2px solid transparent}
.cta_btn_primary{background:#fff;color:#B75E4A;box-shadow:0 4px 14px #0003}
.cta_btn_primary:hover{background:#F4C6A4;color:#2a2a2a;transform:translateY(-2px);box-shadow:0 8px 20px #00000040}
.cta_btn_secondary{background:transparent;color:#fff;border-color:#ffffffb3}
.cta_btn_secondary:hover{background:#ffffff26;border-color:#fff}
@media (max-width: 1024px) {
.title_content_box{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.title_text_area h1{font-size:2.6rem}
.title_img_container img{height:360px}
.outcomes_grid{grid-template-columns:repeat(2,1fr)}
.value_container{flex-direction:column;gap:50px}
.value_visual{flex:0 0 auto;width:100%;max-width:520px}
.tracking_stages{grid-template-columns:repeat(2,1fr)}
.tracking_stages::before{display:none}
.standards_box{grid-template-columns:1fr;gap:50px}
}
@media (max-width: 768px) {
.title_wrap{min-height:400px}
.title_text_area h1{font-size:2.2rem}
.title_text_area p{font-size:1.05rem}
.title_img_container img{height:300px}
.outcomes_section{padding:60px 20px}
.outcomes_inner h2{font-size:2rem}
.outcomes_grid{grid-template-columns:1fr;gap:24px}
.value_block{padding:60px 20px}
.value_text_side h2{font-size:2rem}
.tracking_section{padding:60px 20px}
.tracking_header h2{font-size:2rem}
.tracking_stages{grid-template-columns:1fr;gap:32px}
.standards_area{padding:60px 20px}
.standards_images{grid-template-columns:1fr}
.standards_images img:first-child{grid-column:1;grid-row:1;height:280px}
.standards_text h2{font-size:2rem}
.cta_final{padding:60px 20px}
.cta_final h2{font-size:2rem}
.cta_button_row{flex-direction:column;align-items:stretch}
.cta_btn{text-align:center}
}
@media (max-width: 480px) {
.title_text_area h1{font-size:1.9rem}
.outcomes_inner h2,.tracking_header h2,.standards_text h2,.cta_final h2,.value_text_side h2{font-size:1.75rem}
.outcome_card{padding:28px 20px}
.stage_number{width:56px;height:56px;font-size:1.4rem}
}
.contact_hero{background:linear-gradient(128deg,#386440 0%,#B75E4A 100%);padding:80px 20px 90px;position:relative;overflow:hidden}
.contact_hero::before{content:'';position:absolute;top:30px;left:30px;width:90px;height:90px;border-left:2px solid #f4c6a44d;border-top:2px solid #f4c6a44d}
.contact_hero::after{content:'';position:absolute;bottom:30px;right:30px;width:90px;height:90px;border-right:2px solid #f4c6a44d;border-bottom:2px solid #f4c6a44d}
.hero_inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:60px}
.hero_text_block{flex:1;color:#fff}
.hero_text_block h1{font-size:48px;line-height:1.2;margin:0 0 20px;font-weight:700}
.hero_text_block p{font-size:18px;line-height:1.6;margin:0;opacity:.95}
.hero_img_wrap{flex:0 0 340px;position:relative}
.hero_img_wrap img{width:100%;height:420px;object-fit:cover;clip-path:polygon(15% 0%,100% 0%,100% 85%,85% 100%,0% 100%,0% 15%);display:block}
.info_grid_section{padding:90px 20px;background:#fff}
.info_grid_container{max-width:1140px;margin:0 auto}
.grid_header{text-align:center;margin-bottom:70px}
.grid_header h2{font-size:38px;color:#2c2c2c;margin:0 0 16px;font-weight:700}
.grid_header p{font-size:17px;color:#555;line-height:1.6;max-width:720px;margin:0 auto}
.contact_cards{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.contact_card{background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);padding:40px 30px;border:1px solid #e8e8e8;border-radius:4px;text-align:center;transition:all 450ms linear;position:relative}
.contact_card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#B75E4A 0%,#386440 100%);opacity:0;transition:opacity 450ms linear}
.contact_card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0000001f}
.contact_card:hover::before{opacity:1}
.card_icon_area{width:70px;height:70px;margin:0 auto 24px;background:linear-gradient(135deg,#B75E4A 0%,#386440 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.card_icon_area .lnr{font-size:32px;color:#fff}
.contact_card h3{font-size:22px;color:#2c2c2c;margin:0 0 14px;font-weight:600}
.contact_card p{font-size:16px;color:#666;line-height:1.7;margin:0}
.contact_card a{color:#B75E4A;text-decoration:none;transition:color 450ms linear}
.contact_card a:hover{color:#386440}
.form_section{padding:100px 20px;background:linear-gradient(165deg,#f4f4f4 0%,#fff 50%,#f9f9f9 100%)}
.form_wrapper{max-width:800px;margin:0 auto;background:#fff;padding:60px 50px;border-radius:3px;box-shadow:0 8px 24px #00000014}
.form_top_text{text-align:center;margin-bottom:50px}
.form_top_text h2{font-size:36px;color:#2c2c2c;margin:0 0 18px;font-weight:700}
.form_top_text p{font-size:17px;color:#555;line-height:1.6;margin:0}
.contact_form_element{display:flex;flex-direction:column}
.field_group{margin-bottom:28px}
.field_group label{display:block;font-size:15px;color:#333;margin-bottom:10px;font-weight:600}
.field_group input[type="text"],.field_group input[type="tel"],.field_group input[type="email"]{width:100%;padding:14px 18px;border:2px solid #e0e0e0;border-radius:3px;font-size:16px;color:#333;transition:all 450ms linear;box-sizing:border-box}
.field_group input:focus{outline:none;border-color:#B75E4A;box-shadow:inset 0 2px 6px #b75e4a1a}
.radio_section{margin-bottom:30px}
.radio_section > label{display:block;font-size:15px;color:#333;margin-bottom:16px;font-weight:600}
.radio_options{display:flex;gap:24px}
.radio_item{display:flex;align-items:center}
.radio_item input[type="radio"]{width:20px;height:20px;margin:0 8px 0 0;cursor:pointer;accent-color:#B75E4A}
.radio_item label{font-size:16px;color:#555;cursor:pointer;margin:0;font-weight:400}
.privacy_check{margin:32px 0 28px;display:flex;align-items:flex-start;gap:10px}
.privacy_check input[type="checkbox"]{width:18px;height:18px;margin:3px 0 0;cursor:pointer;accent-color:#B75E4A;flex-shrink:0}
.privacy_check label{font-size:14px;color:#666;line-height:1.6;cursor:pointer;margin:0;font-weight:400}
.privacy_check a{color:#B75E4A;text-decoration:underline;transition:color 450ms linear}
.privacy_check a:hover{color:#386440}
.submit_btn{background:linear-gradient(120deg,#B75E4A 0%,#386440 100%);color:#fff;border:none;padding:16px 48px;font-size:17px;font-weight:600;border-radius:3px;cursor:pointer;transition:all 500ms linear;box-shadow:0 4px 12px #b75e4a4d;width:100%}
.submit_btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #b75e4a66}
.submit_btn:active{transform:translateY(0)}
.additional_info_block{padding:80px 20px;background:linear-gradient(142deg,#386440 0%,#2d4f35 100%);color:#fff}
.additional_container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.info_content h2{font-size:34px;margin:0 0 24px;font-weight:700}
.info_content p{font-size:16px;line-height:1.8;margin:0 0 16px;opacity:.95}
.info_content p:last-child{margin-bottom:0}
.hours_display{background:#ffffff14;padding:36px 32px;border-radius:4px;border-left:4px solid #F4C6A4}
.hours_display h3{font-size:24px;margin:0 0 20px;font-weight:600}
.time_row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #ffffff26;font-size:16px}
.time_row:last-child{border-bottom:none}
.day_label{font-weight:600}
.time_value{opacity:.9}
.cta_bottom_section{padding:90px 20px;background:#fff;text-align:center}
.cta_content_wrap{max-width:720px;margin:0 auto}
.cta_content_wrap h2{font-size:36px;color:#2c2c2c;margin:0 0 20px;font-weight:700}
.cta_content_wrap p{font-size:17px;color:#555;line-height:1.7;margin:0 0 36px}
.cta_button_group{display:flex;gap:20px;justify-content:center}
.btn_primary{background:linear-gradient(120deg,#B75E4A 0%,#386440 100%);color:#fff;padding:15px 36px;border-radius:3px;text-decoration:none;font-size:16px;font-weight:600;transition:all 500ms linear;display:inline-block;box-shadow:0 4px 12px #b75e4a4d}
.btn_primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #b75e4a66}
.btn_secondary{background:transparent;color:#B75E4A;padding:15px 36px;border:2px solid #B75E4A;border-radius:3px;text-decoration:none;font-size:16px;font-weight:600;transition:all 500ms linear;display:inline-block}
.btn_secondary:hover{background:#B75E4A;color:#fff}
@media (max-width: 1024px) {
.hero_inner{flex-direction:column;gap:40px}
.hero_img_wrap{flex:0 0 auto;width:100%;max-width:400px}
.contact_cards{grid-template-columns:repeat(2,1fr);gap:30px}
.additional_container{grid-template-columns:1fr;gap:50px}
}
@media (max-width: 768px) {
.contact_hero{padding:60px 20px 70px}
.hero_text_block h1{font-size:36px}
.hero_text_block p{font-size:16px}
.hero_img_wrap{max-width:100%}
.hero_img_wrap img{height:360px}
.contact_cards{grid-template-columns:1fr;gap:24px}
.form_wrapper{padding:40px 30px}
.form_top_text h2{font-size:28px}
.radio_options{flex-direction:column;gap:14px}
.cta_button_group{flex-direction:column;align-items:center}
.btn_primary,.btn_secondary{width:100%;max-width:300px;text-align:center}
}
@media (max-width: 480px) {
.contact_hero::before,.contact_hero::after{width:60px;height:60px}
.hero_text_block h1{font-size:28px}
.grid_header h2{font-size:30px}
.info_content h2{font-size:28px}
.cta_content_wrap h2{font-size:28px}
.form_wrapper{padding:30px 20px}
}
.title_intro{position:relative;padding:85px 0 95px;background:linear-gradient(162deg,#F4C6A4 0%,#fff 48%,#fff 100%);overflow:hidden}
.title_intro::before{content:'';position:absolute;top:-15%;right:-8%;width:420px;height:420px;background:linear-gradient(218deg,#B75E4A,#386440);opacity:.09;border-radius:50%}
.title_intro .wrap_content{max-width:1140px;margin:0 auto;padding:0 24px}
.title_intro .header_group{max-width:780px;position:relative;z-index:2}
.title_intro .page_title{font-size:56px;font-weight:700;color:#1a1a1a;line-height:1.15;margin:0 0 28px;letter-spacing:-.02em}
.title_intro .page_title::after{content:'';display:block;width:92px;height:5px;background:linear-gradient(90deg,#B75E4A,#386440);margin-top:22px;border-radius:3px}
.title_intro .subtitle_text{font-size:21px;line-height:1.6;color:#2d2d2d;margin:0}
.title_intro .visual_layer{position:absolute;bottom:0;right:5%;width:340px;height:340px;z-index:1}
.title_intro .visual_layer img{width:100%;height:100%;object-fit:cover;border-radius:4px;box-shadow:0 14px 38px #0000001f 0 6px 12px #00000014;filter:contrast(1.08) brightness(0.98)}
.story_section{padding:110px 0;background:#fff}
.story_section .container_main{max-width:1140px;margin:0 auto;padding:0 24px}
.story_section .grid_layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.story_section .image_block{position:relative}
.story_section .image_block::before{content:'';position:absolute;top:-18px;left:-18px;width:100%;height:100%;background:linear-gradient(135deg,#B75E4A 0%,#386440 100%);opacity:.14;border-radius:3px;z-index:-1}
.story_section .main_image{width:100%;height:520px;object-fit:cover;border-radius:3px;box-shadow:0 8px 24px #0000001c}
.story_section .content_block{padding-top:12px}
.story_section .section_label{display:inline-block;font-size:14px;font-weight:600;color:#B75E4A;text-transform:uppercase;letter-spacing:.08em;margin:0 0 18px;padding-bottom:8px;border-bottom:2px solid #B75E4A}
.story_section .main_heading{font-size:42px;font-weight:700;color:#1a1a1a;line-height:1.25;margin:0 0 32px}
.story_section .text_content{font-size:17px;line-height:1.75;color:#3a3a3a;margin:0 0 24px}
.story_section .info_grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:42px}
.story_section .stat_box{padding:24px;background:linear-gradient(145deg,#F4C6A4 0%,#fff 100%);border-radius:4px;border-left:4px solid #386440}
.story_section .stat_number{font-size:38px;font-weight:700;color:#B75E4A;line-height:1;margin:0 0 8px;display:block}
.story_section .stat_label{font-size:15px;color:#4a4a4a;line-height:1.4;margin:0}
.team_overview{padding:95px 0 105px;background:linear-gradient(175deg,#fff 0%,#F4C6A4 100%);position:relative}
.team_overview::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#B75E4A 0%,#386440 50%,#B75E4A 100%)}
.team_overview .centered_container{max-width:1140px;margin:0 auto;padding:0 24px}
.team_overview .intro_area{text-align:center;max-width:720px;margin:0 auto 65px}
.team_overview .section_heading{font-size:44px;font-weight:700;color:#1a1a1a;line-height:1.2;margin:0 0 24px}
.team_overview .section_description{font-size:18px;line-height:1.7;color:#3a3a3a;margin:0}
.team_overview .team_cards{display:flex;gap:45px;justify-content:center;flex-wrap:wrap}
.team_overview .member_card{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 6px 22px #00000017;width:340px;transition:all 450ms linear;position:relative}
.team_overview .member_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#B75E4A,#386440);transform:scaleX(0);transform-origin:left;transition:transform 500ms linear}
.team_overview .member_card:hover{transform:translateY(-8px);box-shadow:0 12px 36px #00000024}
.team_overview .member_card:hover::before{transform:scaleX(1)}
.team_overview .photo_area{width:100%;height:380px;overflow:hidden;position:relative}
.team_overview .photo_area::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(to top,#0000004d,transparent);pointer-events:none}
.team_overview .member_photo{width:100%;height:100%;object-fit:cover;transition:transform 550ms linear}
.team_overview .member_card:hover .member_photo{transform:scale(1.06)}
.team_overview .info_area{padding:28px 24px 32px}
.team_overview .member_name{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.team_overview .member_role{font-size:16px;font-weight:600;color:#B75E4A;margin:0 0 16px;display:block}
.team_overview .member_bio{font-size:15px;line-height:1.65;color:#4a4a4a;margin:0}
.team_overview .expertise_tags{display:flex;gap:8px;margin-top:18px;flex-wrap:wrap}
.team_overview .tag_item{font-size:13px;padding:6px 12px;background:#F4C6A4;color:#2d2d2d;border-radius:3px;font-weight:500}
@media (max-width: 1024px) {
.title_intro{padding:65px 0 75px}
.title_intro .page_title{font-size:44px}
.title_intro .visual_layer{width:280px;height:280px}
.story_section{padding:80px 0}
.story_section .grid_layout{gap:50px}
.story_section .main_heading{font-size:36px}
.team_overview{padding:75px 0 85px}
.team_overview .section_heading{font-size:38px}
}
@media (max-width: 768px) {
.title_intro{padding:50px 0 60px}
.title_intro .page_title{font-size:36px;margin-bottom:20px}
.title_intro .subtitle_text{font-size:18px}
.title_intro .visual_layer{display:none}
.story_section{padding:60px 0}
.story_section .grid_layout{grid-template-columns:1fr;gap:40px}
.story_section .main_image{height:420px}
.story_section .main_heading{font-size:32px}
.story_section .info_grid{grid-template-columns:1fr;gap:20px}
.team_overview{padding:60px 0 70px}
.team_overview .intro_area{margin-bottom:50px}
.team_overview .section_heading{font-size:32px}
.team_overview .team_cards{gap:35px}
.team_overview .member_card{width:100%;max-width:420px}
}
@media (max-width: 480px) {
.title_intro{padding:40px 0 50px}
.title_intro .page_title{font-size:30px}
.title_intro .subtitle_text{font-size:16px}
.story_section{padding:50px 0}
.story_section .main_image{height:340px}
.story_section .main_heading{font-size:28px}
.story_section .text_content{font-size:16px}
.team_overview{padding:50px 0 60px}
.team_overview .section_heading{font-size:28px}
.team_overview .photo_area{height:320px}
}
.learning_hero{position:relative;padding:80px 20px 100px;overflow:hidden;background:linear-gradient(127deg,#386440 0%,#B75E4A 100%)}
.learning_hero::before{content:'';position:absolute;top:-120px;right:-80px;width:400px;height:400px;background:#f4c6a426;border-radius:50%;filter:blur(80px)}
.learning_hero::after{content:'';position:absolute;bottom:-100px;left:-60px;width:350px;height:350px;background:#38644033;border-radius:50%;filter:blur(90px)}
.hero_wrap{max-width:1140px;margin:0 auto;position:relative;z-index:2;display:flex;align-items:center;gap:60px}
.hero_text_area{flex:1}
.hero_title{font-size:48px;line-height:1.2;color:#fff;margin:0 0 24px;font-weight:700}
.hero_title .accent_phrase{display:inline-block;position:relative;color:#F4C6A4}
.hero_title .accent_phrase::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#F4C6A4}
.hero_description{font-size:18px;line-height:1.7;color:#ffffffe6;margin:0 0 32px}
.hero_img_container{flex:0 0 420px;position:relative}
.hero_img_container img{width:100%;height:480px;object-fit:cover;border-radius:4px;box-shadow:0 12px 32px #0000004d;filter:brightness(1.05) contrast(1.05)}
.hero_cta_btn{display:inline-block;padding:16px 36px;background:#fff;color:#386440;text-decoration:none;font-size:16px;font-weight:600;border-radius:3px;transition:all 500ms linear;box-shadow:0 4px 16px #00000026}
.hero_cta_btn:hover{background:#F4C6A4;color:#386440;box-shadow:0 8px 24px #00000040}
.program_structure{padding:90px 20px;background:#fdfdfb}
.structure_container{max-width:1140px;margin:0 auto}
.structure_header{text-align:center;margin-bottom:60px}
.structure_title{font-size:38px;color:#2a2a2a;margin:0 0 16px;font-weight:700}
.structure_subtitle{font-size:17px;color:#5a5a5a;margin:0;line-height:1.6}
.phases_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.phase_card{background:#fff;padding:36px 28px;border-radius:4px;border-left:4px solid #B75E4A;box-shadow:0 2px 12px #0000000f;transition:all 450ms linear;position:relative}
.phase_card::before{content:'';position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(135deg,#b75e4a08 0%,#38644008 100%);transition:width 500ms linear;border-radius:4px;z-index:1}
.phase_card:hover::before{width:100%}
.phase_card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}
.phase_content{position:relative;z-index:2}
.phase_number{display:inline-block;width:48px;height:48px;background:linear-gradient(135deg,#B75E4A 0%,#386440 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin-bottom:20px}
.phase_name{font-size:22px;color:#2a2a2a;margin:0 0 12px;font-weight:600}
.phase_desc{font-size:15px;line-height:1.7;color:#5a5a5a;margin:0 0 16px}
.phase_duration{font-size:14px;color:#386440;font-weight:600;display:flex;align-items:center;gap:6px}
.phase_duration::before{content:'\e864';font-family:'Linearicons';font-size:16px}
.learning_approach{padding:0;background:#fff}
.approach_split{display:grid;grid-template-columns:1fr 1fr;min-height:600px}
.approach_visual{background-image:url(./team_photos/narrow15-v2.jpg);background-size:cover;background-position:center;position:relative}
.approach_visual::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#386440b3 0%,#b75e4a80 100%)}
.approach_content_area{padding:80px 60px;display:flex;flex-direction:column;justify-content:center;background:#fdfdfb}
.approach_heading{font-size:36px;color:#2a2a2a;margin:0 0 24px;font-weight:700;position:relative;padding-left:20px}
.approach_heading::before{content:'';position:absolute;left:0;top:8px;width:6px;height:40px;background:linear-gradient(180deg,#B75E4A 0%,#386440 100%);border-radius:3px}
.approach_text{font-size:16px;line-height:1.8;color:#4a4a4a;margin:0 0 28px}
.method_list{list-style:none;padding:0;margin:0}
.method_list li{font-size:15px;color:#3a3a3a;margin-bottom:16px;padding-left:32px;position:relative;line-height:1.6}
.method_list li::before{content:'\e877';font-family:'Linearicons';position:absolute;left:0;color:#B75E4A;font-size:18px}
.testimonials_section{padding:90px 20px;background:linear-gradient(165deg,#386440 0%,#2a4a32 100%);position:relative}
.testimonials_section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,#f4c6a414 0%,transparent 50%),radial-gradient(circle at 80% 70%,#b75e4a0f 0%,transparent 50%)}
.testimonials_wrap{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.testimonials_head{text-align:center;margin-bottom:50px}
.testimonials_title{font-size:38px;color:#fff;margin:0 0 14px;font-weight:700}
.testimonials_intro{font-size:17px;color:#ffffffd9;margin:0;line-height:1.6}
.testimonials_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.testimonial_box{background:#fffffff2;padding:32px 26px;border-radius:4px;box-shadow:0 4px 16px #00000026;transition:all 500ms linear}
.testimonial_box:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000040}
.testimonial_author{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.author_photo{width:58px;height:58px;border-radius:50%;object-fit:cover;border:3px solid #F4C6A4}
.author_info_block{flex:1}
.author_name{font-size:17px;color:#2a2a2a;margin:0 0 4px;font-weight:600}
.author_role{font-size:14px;color:#5a5a5a;margin:0}
.testimonial_text{font-size:15px;line-height:1.7;color:#3a3a3a;margin:0;font-style:italic}
@media (max-width: 1024px) {
.hero_wrap{flex-direction:column;gap:40px}
.hero_img_container{flex:0 0 auto;width:100%;max-width:500px}
.phases_grid{grid-template-columns:repeat(2,1fr)}
.approach_split{grid-template-columns:1fr}
.approach_visual{min-height:400px}
.testimonials_grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.learning_hero{padding:60px 20px 70px}
.hero_title{font-size:36px}
.hero_description{font-size:16px}
.hero_img_container img{height:360px}
.phases_grid{grid-template-columns:1fr}
.structure_title{font-size:32px}
.approach_content_area{padding:60px 30px}
.approach_heading{font-size:30px}
.testimonials_grid{grid-template-columns:1fr}
.testimonials_title{font-size:32px}
}
@media (max-width: 480px) {
.hero_title{font-size:28px}
.hero_cta_btn{display:block;text-align:center}
.structure_title,.testimonials_title{font-size:26px}
.approach_heading{font-size:24px;padding-left:16px}
.approach_heading::before{width:4px;height:30px}
.approach_content_area{padding:50px 20px}
}
.success_page{background:linear-gradient(162deg,#F4C6A4 0%,#fff 45%,#B75E4A 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.success_page::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#38644014 0%,transparent 70%);border-radius:50%;animation:float_shape 8s linear infinite}
.success_page::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#b75e4a0f 0%,transparent 70%);border-radius:50%;animation:float_shape 10s linear infinite reverse}
@keyframes float_shape {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-30px) scale(1.05)}
}
.main_wrapper{max-width:780px;margin:0 auto;position:relative;z-index:2}
.content_block{background:#fff;border:2px solid #F4C6A4;border-radius:4px;padding:70px 60px;position:relative;box-shadow:0 8px 24px #b75e4a1f 0 2px 8px #38644014;transition:all 500ms linear}
.content_block:hover{box-shadow:0 12px 32px #b75e4a2e 0 4px 12px #3864401f;transform:translateY(-4px)}
.content_block::before{content:'•';position:absolute;top:18px;left:18px;font-size:32px;color:#B75E4A;line-height:1;opacity:.4}
.content_block::after{content:'•';position:absolute;bottom:18px;right:18px;font-size:32px;color:#386440;line-height:1;opacity:.4}
.top_corner_dot{position:absolute;top:18px;right:18px;width:8px;height:8px;background:#B75E4A;border-radius:50%;opacity:.5;animation:pulse_dot 3s linear infinite}
.bottom_corner_dot{position:absolute;bottom:18px;left:18px;width:8px;height:8px;background:#386440;border-radius:50%;opacity:.5;animation:pulse_dot 3s linear infinite 1.5s}
@keyframes pulse_dot {
0%,100%{transform:scale(1);opacity:.5}
50%{transform:scale(1.3);opacity:.8}
}
.icon_area{text-align:center;margin-bottom:32px}
.check_icon{display:inline-flex;align-items:center;justify-content:center;width:90px;height:90px;background:linear-gradient(135deg,#386440 0%,#4a7d52 100%);border-radius:50%;box-shadow:0 6px 18px #38644040 inset 0 -2px 4px #00000026;position:relative;animation:success_bounce 600ms linear}
@keyframes success_bounce {
0%{transform:scale(0.3);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.check_icon .lnr{font-size:48px;color:#fff;line-height:1}
.heading_area{text-align:center;margin-bottom:28px}
.main_heading{font-size:38px;font-weight:700;color:#2d2d2d;line-height:1.3;margin:0 0 14px;letter-spacing:-.5px}
.accent_word{color:#B75E4A;position:relative;display:inline-block}
.accent_word::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:linear-gradient(90deg,#B75E4A 0%,#F4C6A4 100%);border-radius:2px}
.sub_text{font-size:18px;color:#666;line-height:1.6;margin:0}
.message_section{background:linear-gradient(120deg,#f9f9f9 0%,#fff 100%);border-left:4px solid #386440;padding:26px 30px;margin:32px 0;border-radius:3px}
.message_section p{font-size:16px;color:#4a4a4a;line-height:1.7;margin:0 0 16px}
.message_section p:last-child{margin-bottom:0}
.message_section p strong{color:#386440;font-weight:600}
.action_area{display:flex;gap:16px;justify-content:center;margin-top:38px;flex-wrap:wrap}
.btn_primary{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:linear-gradient(135deg,#B75E4A 0%,#a04e3c 100%);color:#fff;text-decoration:none;border-radius:4px;font-size:16px;font-weight:600;transition:all 500ms linear;box-shadow:0 4px 12px #b75e4a4d;position:relative;z-index:5}
.btn_primary:hover{background:linear-gradient(135deg,#a04e3c 0%,#8d4435 100%);box-shadow:0 6px 16px #b75e4a66;transform:translateY(-2px)}
.btn_primary .lnr{font-size:18px}
.btn_secondary{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#fff;color:#386440;text-decoration:none;border:2px solid #386440;border-radius:4px;font-size:16px;font-weight:600;transition:all 500ms linear;position:relative;z-index:5}
.btn_secondary:hover{background:#386440;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #38644040}
.btn_secondary .lnr{font-size:18px}
.info_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:42px;padding-top:38px;border-top:1px solid #e5e5e5}
.info_card{background:#fff;border:1px solid #F4C6A4;border-radius:3px;padding:24px 20px;text-align:center;transition:all 500ms linear;position:relative;overflow:hidden}
.info_card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#B75E4A 0%,#386440 100%);transform:scaleX(0);transform-origin:left;transition:transform 500ms linear}
.info_card:hover::before{transform:scaleX(1)}
.info_card:hover{border-color:#B75E4A;box-shadow:0 4px 12px #b75e4a26;transform:translateY(-3px)}
.info_card .lnr{font-size:32px;color:#386440;margin-bottom:12px;display:block}
.info_card h3{font-size:16px;font-weight:600;color:#2d2d2d;margin:0 0 8px}
.info_card p{font-size:14px;color:#666;line-height:1.5;margin:0}
@media (max-width: 768px) {
.success_page{padding:40px 16px}
.content_block{padding:50px 30px}
.main_heading{font-size:30px}
.sub_text{font-size:16px}
.check_icon{width:75px;height:75px}
.check_icon .lnr{font-size:40px}
.action_area{flex-direction:column;align-items:stretch}
.btn_primary,.btn_secondary{justify-content:center;width:100%}
.info_grid{grid-template-columns:1fr;gap:16px}
}
@media (max-width: 480px) {
.content_block{padding:40px 24px}
.main_heading{font-size:26px}
.message_section{padding:20px 22px}
.btn_primary,.btn_secondary{padding:14px 28px;font-size:15px}
}