@import url("https://fonts.googleapis.com/css2?family=Jua&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");:root{--brown:#5C2222;--green:#2BD463;--green-dark:#53e480;--red:#EB4447;--red-dark:#ed585b;--black:#000000;--white:#ffffff;--input-bg:#CCDBB2;--universal-border-color:#750E0E;--body-bg-color:#DBE6C9;--footer-bg-color:#C8D2B7;--code-background:rgba(117,14,14,0.29)}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;font-weight:400;transition:all .2s}body,html{width:100%;height:100%}body{background-color:var(--body-bg-color)}a{text-decoration:underline;color:var(--white)}.arrow_down_rotated{transform:rotate(180deg)}.page_container{padding:10px 30px}.page_container_column{padding:10px 30px 30px;display:flex;flex-direction:row;gap:30px}a.black_a{font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;color:var(--black)!important}a.black_a:hover{text-decoration:underline!important}button.default_btn{padding:15px 60px;text-decoration:none;font-size:22px;font-weight:400;border-radius:20px;outline:none;border:3px solid transparent;cursor:pointer}button.default_btn:disabled{opacity:.5;cursor:not-allowed}input.simple_input:disabled{opacity:.9;cursor:not-allowed}button.default_btn.green_btn{background-color:var(--green);color:var(--black)}button.default_btn.green_btn:hover{background-color:var(--green-dark);border-color:var(--green)}div.full_width_div{width:90%!important;display:flex;justify-content:center}a.full_width_button{width:85%!important;text-align:center}a.big_text_button{font-size:25px!important}button.default_btn.small_button{padding:10px 40px;font-size:20px;border-radius:15px}a.a_btn{padding:15px 60px;text-decoration:none;font-size:22px;font-weight:400;border-radius:20px;border:3px solid transparent}a.a_btn.green_btn{background-color:var(--green);color:var(--black)}button.form_border_button{outline-color:transparent;cursor:pointer;border:2px solid var(--universal-border-color);border-radius:20px;background-color:transparent;color:var(--black);font-size:18px}button.form_border_button:hover{background-color:var(--universal-border-color);color:var(--white)}a.a_btn.green_btn:hover{background-color:var(--green-dark);border-color:var(--green)}a.a_btn.outline_btn{background-color:transparent;color:var(--black);border-color:var(--universal-border-color)}a.a_btn.outline_btn:hover{background-color:var(--universal-border-color);color:var(--white)}div.mini_divider{width:100%;height:30px}div.small_divider{width:100%;height:50px}div.line_divider{width:100%;height:5px;background-color:var(--footer-bg-color)}input.simple_input,select.simple_select,textarea.simple_textarea{outline:none;border:1px solid var(--universal-border-color);border-radius:15px;padding:10px 20px;font-size:18px;color:var(--universal-border-color);background-color:var(--input-bg);resize:none}input.simple_input::placeholder,select.simple_select::placeholder,textarea.simple_textarea::placeholder{color:var(--universal-border-color);opacity:.4}select.simple_select{appearance:none;background-image:url('data:image/svg+xml;utf8,<svg fill="750E0E" viewBox="0 0 24 24" width="40" height="40" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5H7z"/></svg>');background-repeat:no-repeat;background-position:right 12px center;background-size:22px}input.simple_checkbox,select.simple_select{-webkit-appearance:none;-moz-appearance:none}input.simple_checkbox{appearance:none;width:25px;height:25px;border:2px solid var(--universal-border-color);border-radius:4px;background-color:transparent;cursor:pointer;margin-right:10px}input.simple_checkbox:checked{background-color:var(--green)}input.simple_checkbox:hover{outline:1px solid var(--universal-border-color)}input.small_checkbox{max-width:25px!important}input.simple_checkbox:checked:before{content:"";display:block;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:translate(6px,3px) rotate(45deg)}label.simple_label_for_checkbox{position:relative;top:-5px;font-size:18px;font-weight:400}span.semi_bold{font-weight:600!important}.mt_30{margin-top:30px}.mt_15{margin-top:15px}.uppercase{text-transform:uppercase}.medium{font-weight:500!important}.medium.title{font-size:25px!important}.italic{font-style:italic}a.email_a{cursor:pointer;color:var(--black)!important;text-decoration:none!important;font-weight:300!important}a.email_a:hover{text-decoration:underline!important}.border_image{max-width:100%!important;border:5px solid var(--universal-border-color);border-radius:20px}@media (min-width:1281px){input.simple_input,select.simple_select,textarea.simple_textarea{padding:9px 18px;font-size:16px}label.simple_label_for_checkbox{font-size:16px}}@media (min-width:1025px) and (max-width:1280px){input.simple_input,select.simple_select,textarea.simple_textarea{padding:9px 17px;font-size:14px}label.simple_label_for_checkbox{font-size:15px}}@media (min-width:768px) and (max-width:1024px){input.simple_input,select.simple_select,textarea.simple_textarea{padding:7px 14px;font-size:13px}label.simple_label_for_checkbox{font-size:15px}input.simple_checkbox{min-width:20px;max-width:20px;min-height:20px;max-height:20px}input.small_checkbox{max-width:20px!important}label.simple_label_for_checkbox{font-size:14px!important}button.form_border_button{font-size:15px}.small_button{padding:7px 40px!important;font-size:15px!important;border-radius:15px}}@media (max-width:767px){div.full_width_div{width:100%!important;padding:0 15px!important}div.full_width_div a.full_width_button{width:100%!important;font-size:20px!important}input.simple_input,select.simple_select,textarea.simple_textarea{font-size:16px!important}form .form_border_button{padding:10px 0!important}button.default_btn{white-space:nowrap;padding-left:0!important;padding-right:0!important}.documentation_section{display:flex;flex-direction:column!important}}footer.Footer_desktop_footer__40goz{width:100%;height:auto}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz{width:100%;height:auto;padding:50px 30px 70px;background-color:var(--footer-bg-color);border-top:3px solid var(--universal-border-color);border-radius:20px 20px 0 0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:50px}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_logo__SQbvQ img{width:150px}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_rows_for_columns__rdGUK{display:flex;flex-direction:column;gap:50px}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt{display:flex;flex-direction:row;align-items:flex-start;gap:50px}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt .Footer_footer_nav_column__n_H20{min-width:200px;display:flex;flex-direction:column}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt .Footer_footer_nav_column__n_H20 .Footer_footer_nav_column_title__aRmJT{margin-bottom:10px}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt .Footer_footer_nav_column__n_H20 .Footer_footer_nav_column_title__aRmJT span{font-size:25px;font-weight:500}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt .Footer_footer_nav_column__n_H20 a{font-size:18px;font-weight:300;color:var(--black);text-decoration:none}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt .Footer_footer_nav_column__n_H20 a:hover{text-decoration:underline}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md{width:100%;height:auto;padding:60px 0;display:flex;flex-direction:column;align-items:center;justify-content:center}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_social_images__j5NqJ{display:flex;flex-direction:row;gap:15px}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_social_images__j5NqJ a:hover img{transform:scale(1.1)}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_social_images__j5NqJ a img{width:40px}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_reserved_block__TGTC1{margin-top:10px}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_reserved_block__TGTC1 span{font-size:18px;font-weight:400}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_documents_block__9_YVH{margin-top:10px;display:flex;flex-direction:column;gap:10px}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_documents_block__9_YVH .Footer_row__QLU7P{display:flex;flex-direction:row;justify-content:center;gap:15px}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_documents_block__9_YVH .Footer_row__QLU7P a,footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_documents_block__9_YVH a{color:var(--black);font-weight:400;font-size:16px}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_documents_block__9_YVH .Footer_button_cookies_settings__asvxZ{margin-top:15px;text-decoration:none!important;font-size:16px;font-weight:500;border:2px solid var(--universal-border-color);border-radius:15px;padding:10px 25px}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_documents_block__9_YVH .Footer_button_cookies_settings__asvxZ:hover{background-color:var(--universal-border-color);color:var(--white)}@media (min-width:1281px){footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt{gap:30px}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt .Footer_footer_nav_column__n_H20 .Footer_footer_nav_column_title__aRmJT span{font-size:22px;font-weight:500}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt .Footer_footer_nav_column__n_H20 a{font-size:16px}}@media (min-width:1025px) and (max-width:1280px){footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt{gap:10px}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt .Footer_footer_nav_column__n_H20 .Footer_footer_nav_column_title__aRmJT span{font-size:20px;font-weight:500}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt .Footer_footer_nav_column__n_H20 a{font-size:14px}}@media (min-width:768px) and (max-width:1024px){footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt{flex-wrap:wrap}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_social_images__j5NqJ{gap:10px}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_social_images__j5NqJ a img{width:33px}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_documents_block__9_YVH .Footer_row__QLU7P a,footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_documents_block__9_YVH a{font-size:13px}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_documents_block__9_YVH .Footer_button_cookies_settings__asvxZ{margin-top:15px;font-size:13px;padding:8px 22px}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_reserved_block__TGTC1 span{font-size:16px}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt .Footer_footer_nav_column__n_H20 .Footer_footer_nav_column_title__aRmJT span{font-size:22px}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt .Footer_footer_nav_column__n_H20 a{font-size:16px}}@media (max-width:767px){footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz .Footer_footer_nav_columns__gFiHt{display:flex;flex-direction:column;align-items:flex-start;gap:50px}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_documents_block__9_YVH .Footer_row__QLU7P{display:flex;flex-direction:column;align-items:center;gap:15px}footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_documents_block__9_YVH .Footer_row__QLU7P a,footer.Footer_desktop_footer__40goz .Footer_footer_legal_content__nk1Md .Footer_documents_block__9_YVH a{font-size:16px}footer.Footer_desktop_footer__40goz .Footer_background_footer_content__rlnTz{width:100%;height:auto;padding:50px 30px 70px!important;display:block!important}}header.Header_desktop_header__Axfea{width:100%;height:100px;padding:0 30px;background-color:var(--brown);border-radius:0 0 20px 20px;border-bottom:2px solid var(--universal-border-color);display:flex;flex-direction:row;align-items:center;justify-content:space-between;z-index:2}header.Header_desktop_header__Axfea .Header_logo___CXuk{cursor:pointer}header.Header_desktop_header__Axfea .Header_logo___CXuk img{width:90px;position:relative;top:6px}header.Header_desktop_header__Axfea .Header_links__WChUU{display:flex;flex-direction:row;align-items:center;gap:50px}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_dropdown_link__MGfiZ{display:flex;flex-direction:row;gap:10px;cursor:pointer}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_dropdown_link__MGfiZ span{color:var(--white);font-weight:500;font-size:18px}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_dropdown_link__MGfiZ img{width:20px}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_dropdown_link__MGfiZ .Header_dropdown_block__HtWgZ{position:absolute;top:110px;background-color:var(--brown);border:1px solid var(--black);padding:25px 40px;border-radius:20px;display:flex;flex-direction:column;gap:15px;visibility:hidden;opacity:0;z-index:2}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_dropdown_link__MGfiZ .Header_dropdown_block__HtWgZ.Header_open__5HJ4P{visibility:visible;opacity:1}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_dropdown_link__MGfiZ .Header_dropdown_block__HtWgZ a{text-decoration:none;font-size:20px;font-weight:300}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_dropdown_link__MGfiZ .Header_dropdown_block__HtWgZ a:hover{text-decoration:underline}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_single_header_link___dsDk{color:var(--white);font-weight:500;text-decoration:none;font-size:18px}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_single_header_link___dsDk:hover{text-decoration:underline}header .Header_links__WChUU .Header_button_link__AuViq{background-color:var(--green);padding:10px 40px;border-radius:20px;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:10px}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_button_link__AuViq:hover{background-color:var(--green-dark)}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_button_link__AuViq span{font-size:17px;font-weight:500}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_button_link__AuViq img{width:30px}@media (min-width:768px) and (max-width:1024px){header.Header_desktop_header__Axfea .Header_links__WChUU{gap:30px}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_single_header_link___dsDk{font-size:15px}header .Header_links__WChUU .Header_button_link__AuViq{padding:10px 30px;gap:8px}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_button_link__AuViq span{font-size:16px}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_button_link__AuViq img{width:26px}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_dropdown_link__MGfiZ span{font-size:16px}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_dropdown_link__MGfiZ img{width:16px}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_dropdown_link__MGfiZ .Header_dropdown_block__HtWgZ a{font-size:16px}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_dropdown_link__MGfiZ .Header_dropdown_block__HtWgZ{position:absolute;top:110px;padding:20px 30px;gap:15px}header.Header_desktop_header__Axfea .Header_logo___CXuk img{width:80px}}@media (max-width:767px){header.Header_desktop_header__Axfea{width:100%;height:auto;padding:30px 0;display:flex;flex-direction:column;align-items:center;justify-content:center}header.Header_desktop_header__Axfea .Header_links__WChUU{margin-top:15px;display:flex;flex-direction:row;align-items:center;gap:15px}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_single_header_link___dsDk{font-size:17px}header.Header_desktop_header__Axfea .Header_links__WChUU .Header_button_link__AuViq{display:none}header.Header_desktop_header__Axfea .Header_logo___CXuk img{width:110px!important}}div.Notification_notification_container__gZkZ_{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--body-bg-color);display:flex;flex-direction:column;align-content:center;justify-content:center;overflow:hidden;visibility:hidden;opacity:0;z-index:10}div.Notification_notification_container__gZkZ_.Notification_visible__Yntnb{visibility:visible;opacity:1}div.Notification_notification_container__gZkZ_ div.Notification_notification_content__p3VW1{max-width:800px;display:flex;flex-direction:column;align-content:center;justify-content:center;text-align:center;margin:0 auto}div.Notification_notification_container__gZkZ_ div.Notification_notification_content__p3VW1 .Notification_title__GtSz2{font-weight:600;font-size:50px}div.Notification_notification_container__gZkZ_ div.Notification_notification_content__p3VW1 .Notification_content__IxAxI{font-weight:400;font-size:25px}div.Notification_notification_container__gZkZ_ div.Notification_notification_content__p3VW1 .Notification_content__IxAxI,div.Notification_notification_container__gZkZ_ div.Notification_notification_content__p3VW1 .Notification_title__GtSz2{word-break:break-word}@media (max-width:767px){div.Notification_notification_container__gZkZ_ div.Notification_notification_content__p3VW1{max-width:300px}div.Notification_notification_container__gZkZ_ div.Notification_notification_content__p3VW1 .Notification_title__GtSz2{font-weight:600;font-size:40px}div.Notification_notification_container__gZkZ_ div.Notification_notification_content__p3VW1 .Notification_content__IxAxI{font-weight:400;font-size:20px}}