@charset "UTF-8";.logo{--aspect-ratio: calc(127px/28px) ;--width: 127px;width:var(--width);height:calc(var(--width) / var(--aspect-ratio));line-height:0}.logo__svg{width:100%;min-width:100%;height:100%;min-height:100%}.checkbox{display:flex;align-items:center;transition:opacity .2s ease-in-out}.checkbox__input{position:absolute;opacity:0;pointer-events:none}.checkbox__svg{min-width:18px;min-height:18px;cursor:pointer}.checkbox__rect{stroke:rgba(var(--green-300),1);transition:opacity .2s ease-in-out,stroke .2s ease-in-out}.checkbox__path{stroke:rgba(var(--green-300),1);transition:stroke-dashoffset .2s ease-in-out}.checkbox__label{margin-left:10px;font-family:var(--font-text);font-size:12px;font-weight:400;line-height:140%;color:rgba(var(--white),.8)}.checkbox__label a{text-decoration:underline}.checkbox--disabled{opacity:.6;pointer-events:none}*{box-sizing:border-box}.rc-select{display:inline-block;font-size:12px;width:100px;position:relative}.rc-select-disabled,.rc-select-disabled input{cursor:not-allowed}.rc-select-disabled .rc-select-selector{opacity:.3}.rc-select-show-arrow.rc-select-loading .rc-select-arrow-icon:after{box-sizing:border-box;width:12px;height:12px;border-radius:100%;border:2px solid #999;border-top-color:transparent;border-bottom-color:transparent;transform:none;margin-top:4px;animation:rcSelectLoadingIcon .5s infinite}.rc-select .rc-select-selection-placeholder{opacity:.4;pointer-events:none}.rc-select .rc-select-selection-search-input{appearance:none}.rc-select .rc-select-selection-search-input::-webkit-search-cancel-button{display:none;appearance:none}.rc-select-single .rc-select-selector{display:flex;position:relative}.rc-select-single .rc-select-selector .rc-select-selection-wrap,.rc-select-single .rc-select-selector .rc-select-selection-search{width:100%;position:relative}.rc-select-single .rc-select-selector .rc-select-selection-search-input{width:100%}.rc-select-single .rc-select-selector .rc-select-selection-item,.rc-select-single .rc-select-selector .rc-select-selection-placeholder{position:absolute;top:1px;left:3px;pointer-events:none;font-weight:400}.rc-select-single:not(.rc-select-customize-input) .rc-select-selector{padding:1px;border:1px solid #000}.rc-select-single:not(.rc-select-customize-input) .rc-select-selector .rc-select-selection-search-input{border:none;outline:none;background:#f003;width:100%}.rc-select-multiple .rc-select-selector{display:flex;padding:1px;border:1px solid #000}.rc-select-multiple .rc-select-selector .rc-select-selection-item{flex:none;background:#bbb;border-radius:4px;margin-right:2px;padding:0 8px}.rc-select-multiple .rc-select-selector .rc-select-selection-item-disabled{cursor:not-allowed;opacity:.5}.rc-select-multiple .rc-select-selector .rc-select-selection-overflow{display:flex;flex-wrap:wrap}.rc-select-multiple .rc-select-selector .rc-select-selection-overflow-item{flex:none;max-width:100%}.rc-select-multiple .rc-select-selector .rc-select-selection-search{position:relative;max-width:100%}.rc-select-multiple .rc-select-selector .rc-select-selection-search-input,.rc-select-multiple .rc-select-selector .rc-select-selection-search-mirror{padding:1px;font-family:system-ui}.rc-select-multiple .rc-select-selector .rc-select-selection-search-mirror{position:absolute;z-index:999;white-space:nowrap;position:none;left:0;top:0;visibility:hidden}.rc-select-multiple .rc-select-selector .rc-select-selection-search-input{border:none;outline:none;background:#f003;width:100%}.rc-select-allow-clear.rc-select-multiple .rc-select-selector{padding-right:20px}.rc-select-allow-clear .rc-select-clear{position:absolute;right:20px;top:0}.rc-select-show-arrow.rc-select-multiple .rc-select-selector{padding-right:20px}.rc-select-show-arrow .rc-select-arrow{pointer-events:none;position:absolute;right:5px;top:0}.rc-select-show-arrow .rc-select-arrow-icon:after{content:"";border:5px solid transparent;width:0;height:0;display:inline-block;border-top-color:#999;transform:translateY(5px)}.rc-select-focused .rc-select-selector{border-color:#00f!important}.rc-select-dropdown{border:1px solid green;min-height:100px;position:absolute;background:#fff}.rc-select-dropdown-hidden{display:none}.rc-select-item{font-size:16px;line-height:1.5;padding:4px 16px}.rc-select-item-group{color:#999;font-weight:700;font-size:80%}.rc-select-item-option{position:relative}.rc-select-item-option-grouped{padding-left:24px}.rc-select-item-option .rc-select-item-option-state{position:absolute;right:0;top:4px;pointer-events:none}.rc-select-item-option-active{background:#ddd}.rc-select-item-option-disabled{color:#999}.rc-select-item-empty{text-align:center;color:#999}.rc-select-selection__choice-zoom{transition:all .3s}.rc-select-selection__choice-zoom-appear{opacity:0;transform:scale(.5)}.rc-select-selection__choice-zoom-appear.rc-select-selection__choice-zoom-appear-active,.rc-select-selection__choice-zoom-leave{opacity:1;transform:scale(1)}.rc-select-selection__choice-zoom-leave.rc-select-selection__choice-zoom-leave-active{opacity:0;transform:scale(.5)}.rc-select-dropdown-slide-up-enter,.rc-select-dropdown-slide-up-appear{animation-duration:.3s;animation-fill-mode:both;transform-origin:0 0;opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-play-state:paused}.rc-select-dropdown-slide-up-leave{animation-duration:.3s;animation-fill-mode:both;transform-origin:0 0;opacity:1;animation-timing-function:cubic-bezier(.6,.04,.98,.34);animation-play-state:paused}.rc-select-dropdown-slide-up-enter.rc-select-dropdown-slide-up-enter-active.rc-select-dropdown-placement-bottomLeft,.rc-select-dropdown-slide-up-appear.rc-select-dropdown-slide-up-appear-active.rc-select-dropdown-placement-bottomLeft,.rc-select-dropdown-slide-up-enter.rc-select-dropdown-slide-up-enter-active.rc-select-dropdown-placement-bottomRight,.rc-select-dropdown-slide-up-appear.rc-select-dropdown-slide-up-appear-active.rc-select-dropdown-placement-bottomRight{animation-name:rcSelectDropdownSlideUpIn;animation-play-state:running}.rc-select-dropdown-slide-up-leave.rc-select-dropdown-slide-up-leave-active.rc-select-dropdown-placement-bottomLeft,.rc-select-dropdown-slide-up-leave.rc-select-dropdown-slide-up-leave-active.rc-select-dropdown-placement-bottomRight{animation-name:rcSelectDropdownSlideUpOut;animation-play-state:running}.rc-select-dropdown-slide-up-enter.rc-select-dropdown-slide-up-enter-active.rc-select-dropdown-placement-topLeft,.rc-select-dropdown-slide-up-appear.rc-select-dropdown-slide-up-appear-active.rc-select-dropdown-placement-topLeft,.rc-select-dropdown-slide-up-enter.rc-select-dropdown-slide-up-enter-active.rc-select-dropdown-placement-topRight,.rc-select-dropdown-slide-up-appear.rc-select-dropdown-slide-up-appear-active.rc-select-dropdown-placement-topRight{animation-name:rcSelectDropdownSlideDownIn;animation-play-state:running}.rc-select-dropdown-slide-up-leave.rc-select-dropdown-slide-up-leave-active.rc-select-dropdown-placement-topLeft,.rc-select-dropdown-slide-up-leave.rc-select-dropdown-slide-up-leave-active.rc-select-dropdown-placement-topRight{animation-name:rcSelectDropdownSlideDownOut;animation-play-state:running}@keyframes rcSelectDropdownSlideUpIn{0%{opacity:0;transform-origin:0% 0%;transform:scaleY(0)}to{opacity:1;transform-origin:0% 0%;transform:scaleY(1)}}@keyframes rcSelectDropdownSlideUpOut{0%{opacity:1;transform-origin:0% 0%;transform:scaleY(1)}to{opacity:0;transform-origin:0% 0%;transform:scaleY(0)}}@keyframes rcSelectDropdownSlideDownIn{0%{transform:scaleY(0);transform-origin:100% 100%;opacity:0}to{transform:scaleY(1);transform-origin:100% 100%;opacity:1}}@keyframes rcSelectDropdownSlideDownOut{0%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}to{transform:scaleY(0);transform-origin:100% 100%;opacity:0}}@keyframes rcSelectLoadingIcon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rc-select{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:var(--input-height);font-family:var(--input-font-family);font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:var(--input-line-height);color:var(--input-color);background-color:var(--input-background-color);border:var(--input-background-color);border-radius:var(--input-border-radius);cursor:pointer}.rc-select *{margin:0!important;padding:0!important;border:none!important}.rc-select-selector{width:100%;height:100%}.rc-select-selection-wrap{display:flex;align-items:center;justify-content:center}.rc-select-arrow{position:absolute;top:50%!important;right:12px!important;transform:translateY(-50%);display:flex;align-items:center;pointer-events:none}.rc-select-selection-item,.rc-select-selection-placeholder{overflow:hidden!important;inset:0!important;display:flex;align-items:center;width:calc(100% - 34px)!important;padding:var(--input-padding)!important;margin:0;opacity:1!important;white-space:nowrap!important}.rc-select-selection-placeholder{color:var(--input-placeholder-color)}.rc-select-dropdown{overflow-y:auto;position:absolute;z-index:1000;height:auto!important;margin-top:3px!important;padding:19px 0;background-color:rgba(var(--white),1);border:none;border-radius:25px;box-shadow:0 0 10px #0000001f}.rc-select-item{display:flex;align-items:center;padding:0 20px;height:31px;font-family:var(--font-text);font-size:16px;line-height:130%;font-weight:400;color:rgba(var(--green-500),1);transition:background .15s ease;cursor:pointer}.rc-select-item:hover{background-color:rgba(var(--green-300),.05)}.rc-select-item-option-state{display:none!important}.rc-select-item-option-active{background-color:rgba(var(--green-300),.05)}.rc-select-item-option-selected{background-color:rgba(var(--green-300),.15)}.rc-select-item-option-disabled{color:#bbb;cursor:not-allowed}.rc-select-item-option-disabled:hover{background:transparent}.overlay{overflow-y:auto;position:fixed;inset:0;z-index:var(--z-index);width:100%;height:100%;background-color:rgba(var(--green-900),.8);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.overlay__table{display:table;width:100%;height:100%}.overlay__cell{display:table-cell;padding:20px 0;height:100%;vertical-align:middle;text-align:center;display:flex;align-items:center;justify-content:center}.header{height:80px;padding:15px 20px;display:flex;justify-content:space-between;align-items:center}.header__text{line-height:0}@media screen and (min-width:768px){.header{padding:15px 40px}}@media screen and (min-width:1440px){.header{padding:15px 50px}}.footer{margin-top:55px;padding:60px 10px 30px;background-color:rgba(var(--green-700));border-radius:40px 40px 0 0}.footer__header{display:flex;flex-direction:column;align-items:center}.footer__socials{display:flex;align-items:center;gap:8px;margin-top:68px}.footer__web{display:flex;justify-content:center;align-items:center;height:50px;margin-top:40px;padding:0 20px;font-family:var(--font-text);font-size:18px;font-weight:500;line-height:130%;color:rgba(var(--white),1);border:1px solid rgba(var(--grey-500),1);border-radius:30px}.footer__footer{display:flex;flex-direction:column;align-items:center;margin-top:40px}.footer__copyrights{font-family:var(--font-text);font-size:14px;font-weight:400;line-height:130%;color:rgba(var(--white),1)}.footer__navigation{display:flex;flex-direction:column;align-items:center;gap:30px;margin-top:30px}.footer__navigation .link{font-family:var(--font-text);font-size:14px;font-weight:400;line-height:130%;color:rgba(var(--white),1)}@media screen and (min-width:768px){.footer{margin-top:80px;padding:60px 50px 30px}.footer__header{flex-direction:row}.footer__socials{margin-left:auto;margin-top:0}.footer__socials .social{width:41px;height:41px}.footer__socials .social svg{width:100%;max-width:100%;height:100%;max-height:100%}.footer__web{height:41px;margin-left:25px;margin-top:0;padding:0 16.4px;font-size:14px;border-radius:25px}.footer__footer{flex-direction:row;margin-top:30px}.footer__copyrights{font-size:10px}.footer__navigation{flex-direction:row;gap:30px;margin-left:auto;margin-top:0}.footer__navigation .link{font-size:10px}}@media screen and (min-width:1440px){.footer{margin-top:100px}.footer__socials .social{width:50px;height:50px}.footer__web{height:50px;margin-left:40px;padding:0 20px;font-size:18px;border-radius:30px}.footer__copyrights,.footer__navigation .link{font-size:14px}}.hero{padding:0 10px}.hero__container{padding:39px 27px 10px;background-image:linear-gradient(-42.9deg,#14142700 18.512%,#141427 73.467%),url(/assets/bg-mobile-CyAKQORU.webp);background-position:left top,left top;background-size:auto,cover;background-repeat:no-repeat;border-radius:40px}.hero__title{display:flex;flex-direction:column;width:300px}.hero__title .sub-title{font-family:var(--font-heading);font-size:25px;font-weight:700;line-height:100%;text-transform:uppercase;color:rgba(var(--green-300),1)}.hero__title .upper,.hero__title .lower{font-family:var(--font-heading);font-size:55px;font-weight:700;line-height:100%;text-transform:uppercase;color:rgba(var(--white),1)}.hero__title .upper{margin-top:5px;padding-bottom:12px;background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20240%2012'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='240.000000'%20height='12.000000'%20fill='none'%3e%3crect%20id='DDXFitness_Line%203%201'%20width='240.000000'%20height='12.000000'%20x='0.000000'%20y='0.000000'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20/%3e%3cpath%20id='Vector'%20d='M3.14496%2011.9638C32.792%209.17567%2062.9003%206.93877%2093.3302%205.27134C123.746%203.60391%20154.455%202.51508%20185.263%202.00027C202.679%201.7087%20220.123%201.60391%20237.554%201.68136C240.825%201.69503%20240.825%200.0412714%20237.554%200.0230482C206.481%20-0.113626%20175.394%200.332843%20144.475%201.36246C113.556%202.39207%2082.8188%203.99571%2052.4729%206.16883C35.4478%207.38979%2018.5346%208.79298%201.7891%2010.3693C-1.34194%2010.6654%20-0.0140433%2012.2645%203.14496%2011.9684L3.14496%2011.9638Z'%20fill='rgb(40,237,237)'%20fill-rule='nonzero'%20/%3e%3cpath%20id='Vector'%20d='M112.578%2010.4461C137.374%208.29119%20163.541%207.92672%20188.799%209.42558C192%209.61693%20193.37%208.01784%20190.155%207.8265C163.974%206.27752%20136.955%206.61465%20111.236%208.847C108.077%209.12035%20109.419%2010.7194%20112.592%2010.4461L112.578%2010.4461Z'%20fill='rgb(40,237,237)'%20fill-rule='nonzero'%20/%3e%3c/svg%3e");background-position:left bottom;background-size:auto;background-repeat:no-repeat}.hero__title .lower{margin-top:5px}.hero__description{display:flex;flex-direction:column;margin-top:20px;font-family:var(--font-text);font-size:16px;font-weight:500;line-height:150%;color:rgba(var(--white),1)}.hero__description b{color:rgba(var(--green-300),1)}.hero__button{position:relative;display:flex;justify-content:center;align-items:center;height:71px;margin:181px -16px 0;font-family:var(--font-heading);font-size:30px;font-weight:700;line-height:130%;text-transform:uppercase;color:rgba(var(--white),1);background-color:rgba(var(--orange-500),1);border-radius:100px}.hero__button:after{content:"";width:32px;height:32px;margin-left:16px;background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2037.0249%2037.0249'%20xmlns='http://www.w3.org/2000/svg'%20xmlnsXlink='http://www.w3.org/1999/xlink'%20width='37.024948'%20height='37.024902'%20fill='none'%3e%3cg%20id='Group%202087327548'%3e%3cpath%20id='Vector%20285'%20d='M29%200.402778C22.8241%201.07407%208.37778%201.93333%200%200'%20stroke='rgb(255,255,255)'%20stroke-linecap='round'%20stroke-width='2.000000'%20transform='matrix(-0.707107,-0.707107,-0.707107,0.707107,29.6201,27.9111)'%20/%3e%3cpath%20id='Vector%20286'%20d='M0%2010.4722C3.625%2010.0694%2012.0028%207.41111%2016.5139%200'%20stroke='rgb(255,255,255)'%20stroke-linecap='round'%20stroke-width='2.000000'%20transform='matrix(-0.707107,-0.707107,-0.707107,0.707107,37.0249,20.5061)'%20/%3e%3cpath%20id='Vector%20287'%20d='M0%200C3.08796%201.61111%2010.7139%206.44444%2016.5139%2012.8889'%20stroke='rgb(255,255,255)'%20stroke-linecap='round'%20stroke-width='2.000000'%20transform='matrix(-0.707107,-0.707107,-0.707107,0.707107,29.6201,27.9111)'%20/%3e%3c/g%3e%3c/svg%3e");background-position:center;background-size:contain;background-repeat:no-repeat}@media screen and (min-width:768px){.hero{padding:0 20px}.hero__container{height:493px;padding:40px;background-image:linear-gradient(135deg,#141427f2,#14142700),url(/assets/bg-tablet-DuOwWexn.webp);background-position:left top,calc(100% + 200px) center;background-size:auto,1400px auto}.hero__title{width:auto}.hero__title .sub-title{font-size:18px}.hero__title .upper{margin-top:3.36px;background-size:263px auto}.hero__title .lower{margin-top:3.36px}.hero__description{margin-top:13.45px}.hero__button{width:fit-content;height:60px;margin:35px 0 0;padding:0 26px;font-size:25px}}@media screen and (min-width:960px){.hero__container{background-position:left top,center}}@media screen and (min-width:1440px){.hero__container{height:700px;padding:60px}.hero__title{margin-top:60px}.hero__title .sub-title{font-size:25px}.hero__title .upper{margin-top:5px;padding-bottom:16px;font-size:75px;background-size:391px auto}.hero__title .lower{margin-top:10px;font-size:75px}.hero__description{margin-top:20px;font-size:18px}.hero__button{height:71px;margin-top:45px;padding:0 32px;font-size:30px}}.status{--title-padding-top: 0px;--title-padding-bottom: 0px;--title-background-image: none;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:335px;padding:55px 35px;padding-top:calc(55px - var(--title-padding-top));background-color:rgba(var(--green-500),1);border-radius:40px}.status--success{--title-padding-top: 22px;--title-padding-bottom: 43px;--title-background-image: url("data:image/svg+xml,%3csvg%20viewBox='0%200%20275.998%20108.99'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='275.998047'%20height='108.990234'%20fill='none'%20customFrame='%23000000'%3e%3cpath%20id='Vector'%20d='M246.517%2018.3841C222.332%2016.9667%20198.108%2015.7592%20173.884%2015.8773C149.791%2015.9954%20125.659%2017.4391%20101.868%2021.3897C78.4828%2025.2745%2055.5178%2031.7581%2033.9692%2041.7197C24.054%2046.3002%2013.1158%2051.2613%205.87609%2059.7267C2.57101%2063.5722%200.0397437%2068.2314%200.000397543%2073.4025C-0.0389486%2078.928%202.84643%2083.8103%206.84662%2087.4327C11.096%2091.2783%2016.2635%2094.1525%2021.4047%2096.6068C26.5459%2099.0612%2032.3429%20101.2%2038.0481%20102.789C49.6159%20106.004%2061.6164%20107.448%2073.5777%20108.183C99.9265%20109.784%20126.524%20108.918%20152.768%20106.345C179.012%20103.773%20205.82%2099.1661%20231.762%2092.6301C242.346%2089.9658%20253.783%2087.5902%20263.147%2081.7104C267.2%2079.1642%20270.899%2075.8306%20273.233%2071.5913C275.83%2066.8796%20276.538%2061.5379%20275.607%2056.2749C273.613%2044.909%20264.734%2036.483%20254.832%2031.4956C249.56%2028.8444%20243.973%2026.9151%20238.359%2025.1433C231.959%2023.1221%20225.493%2021.2453%20219.014%2019.4997C193.033%2012.5174%20166.553%207.6088%20140.033%203.1858C133.607%202.10958%20127.167%201.07274%20120.741%200.0358943C117.737%20-0.449717%20116.452%204.1439%20119.468%204.64264C145.096%208.77689%20170.723%2012.9899%20196.036%2018.7385C208.627%2021.5996%20221.139%2024.8283%20233.48%2028.6213C244.143%2031.8893%20255.79%2035.3542%20263.751%2043.6228C270.558%2050.6838%20274.033%2061.7347%20268.328%2070.502C263.292%2078.2324%20253.455%2081.6973%20245.035%2084.1516C220.444%2091.3439%20195.052%2096.3444%20169.661%2099.6518C143.968%20102.999%20118.039%20104.482%2092.1359%20104.075C69.1578%20103.707%2044.9206%20102.552%2023.8179%2092.4988C15.8831%2088.7189%202.67593%2082.0385%205.01047%2071.1845C6.03347%2066.4071%209.35166%2062.5616%2012.9322%2059.4117C16.9586%2055.868%2021.6408%2053.2825%2026.3623%2050.8019C46.5206%2040.2104%2068.2922%2033.0049%2090.549%2028.3719C113.186%2023.6602%20136.295%2021.5734%20159.392%2020.9172C182.803%2020.2478%20206.24%2021.0222%20229.624%2022.2428C235.264%2022.5315%20240.891%2022.8596%20246.53%2023.1877C249.599%2023.3715%20249.586%2018.5941%20246.53%2018.4104L246.517%2018.3841Z'%20fill='rgb(40,237,237)'%20fill-rule='nonzero'%20transform='matrix(-1,-8.74228e-08,8.74228e-08,-1,275.998,108.99)'%20/%3e%3c/svg%3e")}.status__title{width:100%;padding-top:var(--title-padding-top);padding-bottom:var(--title-padding-bottom);font-family:var(--font-heading);font-size:35px;font-weight:700;line-height:125%;text-transform:uppercase;color:rgba(var(--white),1);background-image:var(--title-background-image);background-position:center;background-size:contain;background-repeat:no-repeat}.status__description{margin-top:16px;font-family:var(--font-text);font-size:16px;font-weight:500;line-height:125%;color:rgba(var(--white),1)}.status__button{width:100%;margin-top:30px}@media screen and (min-width:768px){.status{max-width:410px}}.form{scroll-margin-top:20px;margin-top:67px;padding:0 10px}.form__title{display:flex;flex-wrap:wrap;padding-bottom:155px;font-family:var(--font-heading);font-size:55px;font-weight:700;line-height:90%;text-transform:uppercase;color:rgba(var(--white),1);background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20154.004%20158.557'%20xmlns='http://www.w3.org/2000/svg'%20xmlnsXlink='http://www.w3.org/1999/xlink'%20width='154.003555'%20height='158.556702'%20fill='none'%3e%3crect%20id='DDXFitness_Arrow%204%201'%20width='131.269516'%20height='136.951797'%20x='0.000000'%20y='0.000000'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20transform='matrix(-0.983296,-0.182011,0.182011,-0.983296,129.077,158.557)'%20/%3e%3cpath%20id='Vector'%20d='M3.44298%20111.996C22.6832%20100.067%2039.8968%2083.828%2050.543%2063.6514C55.5839%2054.0955%2059.7527%2043.1798%2060.3299%2032.2899C60.8558%2022.503%2057.136%2010.6767%2046.1178%208.72704C35.0995%206.77737%2025.4538%2014.5119%2022.0418%2024.3629C18.1938%2035.4709%2021.0285%2048.426%2025.659%2058.867C30.0073%2068.6795%2037.2929%2077.6711%2047.3876%2081.8911C58.4187%2086.5088%2071.0659%2084.1871%2081.0067%2078.0303C91.2938%2071.6682%2098.5666%2061.458%20103.838%2050.7605C109.79%2038.6648%20113.869%2025.6071%20115.947%2012.2929C116.46%208.95792%20116.87%205.5973%20117.153%202.23668C117.409%20-0.751969%20112.74%20-0.739142%20112.484%202.23668C111.419%2014.7685%20108.546%2027.1207%20103.992%2038.8572C99.9647%2049.2469%2094.6416%2059.5853%2086.7018%2067.5508C78.762%2075.5162%2068.5134%2080.4417%2057.4823%2079.6336C47.58%2078.9025%2039.3324%2072.4763%2033.9964%2064.4339C28.3783%2055.9425%2024.9022%2045.3347%2024.992%2035.1246C25.0433%2029.8656%2026.2234%2024.2475%2029.507%2020.0018C32.1879%2016.5386%2036.2539%2014.063%2040.5638%2013.3062C44.8736%2012.5494%2048.8755%2013.8706%2051.7231%2017.026C54.5706%2020.1814%2055.5711%2024.7605%2055.7122%2028.9421C56.0585%2038.7289%2052.5312%2048.8493%2048.3881%2057.5972C39.4607%2076.4269%2024.5687%2092.0243%207.5219%20103.787C5.41831%20105.236%203.26341%20106.634%201.09568%20107.981C-1.44403%20109.559%200.890446%20113.599%203.44298%20112.008L3.44298%20111.996Z'%20fill='rgb(12,112,121)'%20fill-rule='nonzero'%20transform='matrix(-0.983296,-0.182011,0.182011,-0.983296,133.544,134.382)'%20/%3e%3cpath%20id='Vector'%20d='M3.36438%2058.1009C18.577%2047.134%2031.6218%2033.3452%2041.6396%2017.4912C44.4999%2012.9762%2047.091%208.2944%2049.4254%203.48435C50.4516%201.38076%2048.3736%20-0.799802%2046.2316%200.290477C38.7792%204.07438%2037.3682%2013.284%2036.8039%2020.7877C36.0984%2029.9974%2036.2267%2039.4507%2038.6124%2048.4295C39.9464%2053.4704%2042.0629%2058.3061%2045.0258%2062.6031C46.719%2065.053%2050.7594%2062.7314%2049.0535%2060.2558C42.8966%2051.3155%2041.1008%2040.4769%2041.1137%2029.805C41.1137%2024.841%2041.2548%2019.6974%2042.2168%2014.8104C43.0505%2010.6417%2044.5897%206.35756%2048.6045%204.33092L45.4106%201.13705C37.4708%2017.4656%2026.4655%2032.1779%2013.0101%2044.3762C9.18776%2047.8394%205.18578%2051.0718%201.01707%2054.0861C-1.39437%2055.8305%200.927288%2059.871%203.36438%2058.1137L3.36438%2058.1009Z'%20fill='rgb(12,112,121)'%20fill-rule='nonzero'%20transform='matrix(-0.983296,-0.182011,0.182011,-0.983296,48.8787,143.707)'%20/%3e%3c/svg%3e");background-position:100px bottom;background-size:155px auto;background-repeat:no-repeat}.form__title b{color:rgba(var(--green-300),1)}.form__description{font-family:var(--font-text);font-size:18px;font-weight:500;line-height:140%;color:rgba(var(--white),1)}.form__form{margin-top:25px}.form__input-container{display:flex;flex-direction:column;gap:8px}.form__checkbox-container{display:flex;flex-direction:column;gap:8px;margin-top:25px}.form__button{margin-top:25px}@media screen and (min-width:768px){.form{margin-top:77px;padding:0 40px}.form__container{display:grid;grid-template-columns:repeat(2,1fr)}.form__title{flex-direction:column;height:fit-content;padding-bottom:120px;font-size:50px;background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20101%2096'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='101.000000'%20height='96.000000'%20fill='none'%3e%3crect%20id='DDXFitness_Arrow%204%201'%20width='96.000008'%20height='101.000000'%20x='0.000000'%20y='0.000000'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20transform='matrix(-4.37114e-08,1,-1,-4.37114e-08,101,0)'%20/%3e%3cpath%20id='Vector'%20d='M2.51792%2082.5952C16.5887%2073.7978%2029.1773%2061.822%2036.9631%2046.942C40.6496%2039.8946%2043.6983%2031.8445%2044.1204%2023.8133C44.505%2016.5957%2041.7847%207.87393%2033.7268%206.43607C25.669%204.99821%2018.6149%2010.7023%2016.1196%2017.9673C13.3055%2026.1593%2015.3786%2035.7135%2018.7649%2043.4136C21.9449%2050.6502%2027.2731%2057.2813%2034.6555%2060.3936C42.7227%2063.799%2051.9719%2062.0868%2059.2418%2057.5462C66.7649%2052.8543%2072.0837%2045.3244%2075.9391%2037.4351C80.2916%2028.5147%2083.2746%2018.8849%2084.7943%209.06583C85.1695%206.60634%2085.4697%204.12793%2085.676%201.64952C85.8636%20-0.554566%2082.4491%20-0.545107%2082.2615%201.64952C81.4829%2010.8915%2079.3817%2020.0011%2076.0516%2028.6566C73.1062%2036.3189%2069.2132%2043.9433%2063.4067%2049.8177C57.6002%2055.6921%2050.1052%2059.3246%2042.038%2058.7287C34.7962%2058.1895%2028.7645%2053.4502%2024.8623%2047.5191C20.7536%2041.2568%2018.2115%2033.4337%2018.2772%2025.9039C18.3147%2022.0255%2019.1777%2017.8822%2021.5791%2014.751C23.5396%2012.197%2026.5132%2010.3713%2029.6651%209.81314C32.8169%209.25503%2035.7436%2010.2294%2037.8261%2012.5564C39.9086%2014.8835%2040.6403%2018.2606%2040.7434%2021.3444C40.9967%2028.562%2038.4171%2036.0257%2035.3872%2042.4771C28.8584%2056.3638%2017.9676%2067.8666%205.50092%2076.5411C3.96252%2077.61%202.38659%2078.6411%200.801289%2079.6344C-1.05605%2080.7979%200.651201%2083.7777%202.51792%2082.6047L2.51792%2082.5952Z'%20fill='rgb(12,112,121)'%20fill-rule='nonzero'%20transform='matrix(-4.37114e-08,1,-1,-4.37114e-08,82.8696,0.00537109)'%20/%3e%3cpath%20id='Vector'%20d='M2.46044%2042.8486C13.5857%2034.7606%2023.1257%2024.5916%2030.4518%2012.8995C32.5437%209.56975%2034.4386%206.117%2036.1458%202.56966C36.8962%201.01829%2035.3766%20-0.589842%2033.8101%200.214222C28.36%203.0048%2027.3281%209.79678%2026.9154%2015.3306C26.3995%2022.1226%2026.4933%2029.0943%2028.238%2035.716C29.2136%2039.4337%2030.7614%2042.9999%2032.9283%2046.1689C34.1665%2047.9757%2037.1214%2046.2635%2035.8738%2044.4378C31.3711%2037.8445%2030.0579%2029.8511%2030.0672%2021.9807C30.0672%2018.3199%2030.1704%2014.5266%2030.874%2010.9225C31.4837%207.84811%2032.6094%204.68861%2035.5455%203.19399L33.2097%200.838555C27.4032%2012.8806%2019.3547%2023.7308%209.51458%2032.7268C6.71919%2035.2809%203.79247%2037.6647%200.743806%2039.8877C-1.01973%2041.1742%200.678144%2044.154%202.46044%2042.858L2.46044%2042.8486Z'%20fill='rgb(12,112,121)'%20fill-rule='nonzero'%20transform='matrix(-4.37114e-08,1,-1,-4.37114e-08,100.997,59.6482)'%20/%3e%3c/svg%3e");background-position:calc(100% - 20px) bottom;background-size:96px auto}.form__description{margin-top:5px;font-size:16px}}@media screen and (min-width:960px){.form__title{padding-bottom:116px;background-position:300px bottom}.form__input-container{display:grid;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1440px){.form{margin-top:120px;padding:0 80px}.form__container{display:grid;grid-template-columns:repeat(2,1fr)}.form__title{padding-bottom:148px;font-size:70px;background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20168.914%20165.105'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='168.913574'%20height='165.104980'%20fill='none'%3e%3crect%20id='DDXFitness_Arrow%204%201'%20width='131.269516'%20height='136.951797'%20x='0.000000'%20y='0.000000'%20fill='rgb(255,255,255)'%20fill-opacity='0'%20transform='matrix(0.28754,0.957769,-0.957769,0.28754,131.168,0)'%20/%3e%3cpath%20id='Vector'%20d='M3.44298%20111.996C22.6832%20100.067%2039.8968%2083.828%2050.543%2063.6514C55.5839%2054.0955%2059.7527%2043.1798%2060.3299%2032.2899C60.8558%2022.503%2057.136%2010.6767%2046.1178%208.72704C35.0995%206.77737%2025.4538%2014.5119%2022.0418%2024.3629C18.1938%2035.4709%2021.0285%2048.426%2025.659%2058.867C30.0073%2068.6795%2037.2929%2077.6711%2047.3876%2081.8911C58.4187%2086.5088%2071.0659%2084.1871%2081.0067%2078.0303C91.2938%2071.6682%2098.5666%2061.458%20103.838%2050.7605C109.79%2038.6648%20113.869%2025.6071%20115.947%2012.2929C116.46%208.95792%20116.87%205.5973%20117.153%202.23668C117.409%20-0.751969%20112.74%20-0.739142%20112.484%202.23668C111.419%2014.7685%20108.546%2027.1207%20103.992%2038.8572C99.9647%2049.2469%2094.6416%2059.5853%2086.7018%2067.5508C78.762%2075.5162%2068.5134%2080.4417%2057.4823%2079.6336C47.58%2078.9025%2039.3324%2072.4763%2033.9964%2064.4339C28.3783%2055.9425%2024.9022%2045.3347%2024.992%2035.1246C25.0433%2029.8656%2026.2234%2024.2475%2029.507%2020.0018C32.1879%2016.5386%2036.2539%2014.063%2040.5638%2013.3062C44.8736%2012.5494%2048.8755%2013.8706%2051.7231%2017.026C54.5706%2020.1814%2055.5711%2024.7605%2055.7122%2028.9421C56.0585%2038.7289%2052.5312%2048.8493%2048.3881%2057.5972C39.4607%2076.4269%2024.5687%2092.0243%207.5219%20103.787C5.41831%20105.236%203.26341%20106.634%201.09568%20107.981C-1.44403%20109.559%200.890446%20113.599%203.44298%20112.008L3.44298%20111.996Z'%20fill='rgb(12,112,121)'%20fill-rule='nonzero'%20transform='matrix(0.28754,0.957769,-0.957769,0.28754,107.624,7.07605)'%20/%3e%3cpath%20id='Vector'%20d='M3.36438%2058.1009C18.577%2047.134%2031.6218%2033.3452%2041.6396%2017.4912C44.4999%2012.9762%2047.091%208.2944%2049.4254%203.48435C50.4516%201.38076%2048.3736%20-0.799802%2046.2316%200.290477C38.7792%204.07438%2037.3682%2013.284%2036.8039%2020.7877C36.0984%2029.9974%2036.2267%2039.4507%2038.6124%2048.4295C39.9464%2053.4704%2042.0629%2058.3061%2045.0258%2062.6031C46.719%2065.053%2050.7594%2062.7314%2049.0535%2060.2558C42.8966%2051.3155%2041.1008%2040.4769%2041.1137%2029.805C41.1137%2024.841%2041.2548%2019.6974%2042.2168%2014.8104C43.0505%2010.6417%2044.5897%206.35756%2048.6045%204.33092L45.4106%201.13705C37.4708%2017.4656%2026.4655%2032.1779%2013.0101%2044.3762C9.18776%2047.8394%205.18578%2051.0718%201.01707%2054.0861C-1.39437%2055.8305%200.927288%2059.871%203.36438%2058.1137L3.36438%2058.1009Z'%20fill='rgb(12,112,121)'%20fill-rule='nonzero'%20transform='matrix(0.28754,0.957769,-0.957769,0.28754,154.616,78.1191)'%20/%3e%3c/svg%3e");background-position:calc(100% - 68px) bottom;background-size:160px auto}.form__description{font-size:18px}}.guide{margin-top:94px;padding:0 10px}.guide__title{font-family:var(--font-heading);font-size:55px;font-weight:700;line-height:90%;text-transform:uppercase;text-align:center;color:rgba(var(--white),1)}.guide__list{counter-reset:step;display:flex;flex-direction:column;gap:15px;margin-top:45px}.guide__list .card{--background-color: rgba(var(--green-400), 1);--title-color: rgba(var(--white), 1);--title-before-background-color: rgba(var(--white), 1);--description-color: rgba(var(--white), 1);counter-increment:step;height:293px;padding:25px;background-position:calc(100% - 25px) calc(100% - 25px);background-size:auto;background-repeat:no-repeat;background-color:var(--background-color);border:1px solid rgba(var(--green-500),.25);border-radius:40px}.guide__list .card--alt{--background-color: rgba(var(--green-300), 1);--title-color: rgba(var(--green-500), 1);--title-before-background-color: rgba(var(--green-500), .25);--description-color: rgba(var(--green-500), 1)}.guide__list .card__title{display:flex;align-items:center;font-family:var(--font-heading);font-size:30px;font-weight:700;line-height:125%;text-transform:uppercase;color:var(--title-color)}.guide__list .card__title:before{content:counter(step);display:flex;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;margin-right:15px;font-family:var(--font-text);font-size:16px;font-weight:700;line-height:125%;color:rgba(var(--green-500),1);border-radius:50%;background-color:var(--title-before-background-color)}.guide__list .card__description{margin-top:25px;font-family:var(--font-text);font-size:16px;font-weight:500;line-height:125%;color:var(--description-color)}@media screen and (min-width:768px){.guide{margin-top:105px;padding:0 40px}.guide__title{font-size:50px}.guide__list{flex-direction:row}.guide__list .card{flex:1;height:260px;background-size:50px auto;background-repeat:no-repeat;background-color:var(--background-color)}.guide__list .card__title{font-size:23px}.guide__list .card__title:before{width:27px;min-width:27px;height:27px;font-size:12px}}@media screen and (min-width:960px){.guide__list .card{background-size:68px auto}}@media screen and (min-width:1440px){.guide{margin-top:145px;padding:0 80px}.guide__title{font-size:70px}.guide__list .card{height:350px;padding:35px;background-size:102px auto;background-position:calc(100% - 35px) calc(100% - 35px)}.guide__list .card__title{font-size:35px}.guide__list .card__title:before{width:40px;min-width:40px;height:40px;font-size:16px}.guide__list .card__description{font-size:18px}}@font-face{font-family:Onest;src:url(/fonts/Onest_400.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Onest;src:url(/fonts/Onest_500.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Onest;src:url(/fonts/Onest_700.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:TT Bluescreens;src:url(/fonts/TT_Bluescreens_700.woff2) format("woff2");font-weight:700;font-style:normal}:root{--green-300: 40, 237, 237;--green-400: 5, 81, 92;--green-500: 4, 62, 70;--green-700: 1, 44, 50;--green-900: 2, 21, 24;--white: 255, 255, 255;--orange-500: 255, 125, 32;--grey-500: 202, 202, 211;--green-300-: rgba(40, 237, 237, 1);--green-400-: rgba(5, 81, 92, 1);--green-500-: rgba(4, 62, 70, 1);--green-700-: rgba(1, 44, 50, 1);--green-900-: rgba(2, 21, 24, 1);--orange-500-: rgba(255, 125, 32, 1);--grey-500-: rgba(202, 202, 211, 1)}:root{--font-primary: "TT Bluescreens";--font-secondary: "Onest";--font-heading: var(--font-primary);--font-text: var(--font-secondary);--font-button: var(--font-primary)}:root{--max-width: 1440px}*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}a,button{cursor:revert}ol,ul,li,menu{list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}html,body{scroll-behavior:smooth;background-color:rgba(var(--green-500),1)}.app{overflow-x:hidden;position:relative;display:flex;flex-direction:column;width:100%;max-width:var(--max-width);min-height:100vh;margin:0 auto}.app__page{flex:1}:root{--input-height: 61px;--input-padding: 0 20px;--input-font-family: var(--font-text);--input-font-size: 16px;--input-font-weight: 400;--input-line-height: 130%;--input-color: rgba(var(--green-500), 1);--input-background-color: rgba(var(--white), 1);--input-border-radius: 25px;--input-placeholder-color: rgba(var(--green-500), .75)}.input{width:100%;height:var(--input-height);padding:var(--input-padding);font-family:var(--input-font-family);font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:var(--input-line-height);color:var(--input-color);background-color:var(--input-background-color);border-radius:var(--input-border-radius)}.input:placeholder-shown{color:var(--input-placeholder-color)}.input:-webkit-autofill{-webkit-text-fill-color:var(--input-color);box-shadow:0 0 0 40rem var(--input-background-color) inset;transition:background-color 9999s ease-in-out 0s,box-shadow .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out}.button{height:59px;padding:0 25px;font-family:var(--font-text);font-size:16px;font-weight:500;line-height:120%;color:rgba(var(--green-500),1);background-color:rgba(var(--green-300),1);border-radius:100px}.button[disabled]{opacity:.6;pointer-events:none}@media screen and (min-width:768px){.button{height:57px;font-size:14px}}
