body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.absolute{position:absolute}.relative{position:relative}.text-center{text-align:center}.grid{display:grid;height:100%;width:100%}.flex{display:flex}.flex-reverse{display:flex;flex-direction:row-reverse}.wrap{flex-wrap:wrap}.flex-column{display:flex;flex-direction:column}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-center{justify-content:center}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-end{align-items:flex-end}.absolute-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}p,h4{margin:unset}input{padding:unset;direction:rtl;text-align:right}.App{direction:rtl;color:#424044;max-width:900px;margin-inline:auto;box-shadow:#64646f33 0 7px 29px;min-height:100vh}.container{margin-inline:23px}.loader-wrapper{position:fixed;top:0;right:0;bottom:0;background-color:#0003;left:50%;transform:translate(-50%);width:min(900px,100%);display:flex;justify-content:center;align-items:center;z-index:100}.loader-wrapper .loader{display:inline-block;width:80px;height:80px;scale:1.5}.loader-wrapper .loader div{position:absolute;width:6px;height:6px;background:#12375a;border-radius:50%;animation:lds-default 1.2s linear infinite}.loader-wrapper .loader div:nth-child(1){animation-delay:0s;top:37px;left:66px}.loader-wrapper .loader div:nth-child(2){animation-delay:-.1s;top:22px;left:62px}.loader-wrapper .loader div:nth-child(3){animation-delay:-.2s;top:11px;left:52px}.loader-wrapper .loader div:nth-child(4){animation-delay:-.3s;top:7px;left:37px}.loader-wrapper .loader div:nth-child(5){animation-delay:-.4s;top:11px;left:22px}.loader-wrapper .loader div:nth-child(6){animation-delay:-.5s;top:22px;left:11px}.loader-wrapper .loader div:nth-child(7){animation-delay:-.6s;top:37px;left:7px}.loader-wrapper .loader div:nth-child(8){animation-delay:-.7s;top:52px;left:11px}.loader-wrapper .loader div:nth-child(9){animation-delay:-.8s;top:62px;left:22px}.loader-wrapper .loader div:nth-child(10){animation-delay:-.9s;top:66px;left:37px}.loader-wrapper .loader div:nth-child(11){animation-delay:-1s;top:62px;left:52px}.loader-wrapper .loader div:nth-child(12){animation-delay:-1.1s;top:52px;left:62px}@keyframes lds-default{0%,20%,80%,to{transform:scale(1)}50%{transform:scale(1.5)}}.popup-wrapper{position:fixed;top:50%;transform:translate(-50%,-50%);width:100vw;height:100vh;transition:all .8s ease;left:200vw;background-color:#0003;z-index:10;cursor:pointer}.popup-wrapper.show{left:50%}.popup-wrapper .popup{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(820px,90%);height:45vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#e1ebf7;border-radius:50px;box-shadow:#64646f33 0 7px 29px}.popup-wrapper .popup h2,.popup-wrapper .popup h3{color:#12375a;font-size:clamp(40px,5vw,60px);margin:unset}.popup-wrapper .popup h3{font-size:clamp(30px,3.5vw,40px)}.form-header{background-color:#12375a;align-items:flex-end}@media only screen and (max-width:550px){.form-header{flex-direction:column;align-items:center}}.form-header h1{flex-grow:1;color:#fff;margin:unset;padding-bottom:5px;margin-right:min(20px,4vw)}@media only screen and (max-width:550px){.form-header h1{margin-right:unset;text-align:center;margin-inline:5px}}.form-header img{object-fit:contain}.form-header img:last-child{padding-left:min(30px,5vw)}.form-body .company-use{background-color:#e1ebf7;padding:0 10px 10px;margin-block:30px min(100px,11vw)}.form-body .company-use .company-use-title{font-size:12px;font-weight:500;margin:unset;padding-block:4px 8px}.form-body .company-use form{gap:8px}@media only screen and (max-width:615px){.form-body .company-use form{flex-direction:column;row-gap:16px}}.form-body .company-use form label{font-weight:500;column-gap:6px;font-size:14px}@media only screen and (max-width:400px){.form-body .company-use form label{flex-direction:column;align-items:flex-start;row-gap:12px}}.form-body .company-use form label input{background-color:transparent;border:unset;outline:none;border-bottom:1px black solid;width:153px}@media only screen and (max-width:615px){.form-body .company-use form label input{flex-grow:1}}@media only screen and (max-width:400px){.form-body .company-use form label input{width:100%}}.form-body .personal-details{margin-bottom:min(50px,7vw)}.form-body .personal-details .title{font-weight:500;margin-bottom:20px}.form-body .personal-details form{display:grid;grid-template-columns:repeat(12,1fr);column-gap:15px;row-gap:20px}.form-body .personal-details form>label{display:flex;flex-direction:column}.form-body .personal-details form>label input{margin-top:20px;border:unset;border-bottom:1px black solid;font-size:16px;outline:none;line-height:1}.form-body .personal-details form>label:nth-child(1){grid-area:1/1/2/5}@media only screen and (max-width:768px){.form-body .personal-details form>label:nth-child(1){grid-area:1/1/2/5}}@media only screen and (max-width:500px){.form-body .personal-details form>label:nth-child(1){grid-area:1/1/2/13}}.form-body .personal-details form>label:nth-child(2){grid-area:1/5/2/9}@media only screen and (max-width:768px){.form-body .personal-details form>label:nth-child(2){grid-area:1/5/2/9}}@media only screen and (max-width:500px){.form-body .personal-details form>label:nth-child(2){grid-area:2/1/3/13}}.form-body .personal-details form>label:nth-child(3){grid-area:1/9/2/13}@media only screen and (max-width:768px){.form-body .personal-details form>label:nth-child(3){grid-area:1/9/2/13}}@media only screen and (max-width:500px){.form-body .personal-details form>label:nth-child(3){grid-area:3/1/4/13}}.form-body .personal-details form>label:nth-child(5){grid-area:2/3/3/5}@media only screen and (max-width:768px){.form-body .personal-details form>label:nth-child(5){grid-area:2/7/3/13;max-width:190px}}@media only screen and (max-width:500px){.form-body .personal-details form>label:nth-child(5){grid-area:5/1/6/13;max-width:unset}}.form-body .personal-details form>label:nth-child(5) input{text-align:center}.form-body .personal-details form>label:nth-child(5) input::-webkit-inner-spin-button,.form-body .personal-details form>label:nth-child(5) input::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.form-body .personal-details form>label:nth-child(6){grid-area:2/5/3/11}@media only screen and (max-width:768px){.form-body .personal-details form>label:nth-child(6){grid-area:3/1/3/8}}@media only screen and (max-width:500px){.form-body .personal-details form>label:nth-child(6){grid-area:6/1/7/13}}.form-body .personal-details form>label:nth-child(7){grid-area:2/11/3/13}@media only screen and (max-width:768px){.form-body .personal-details form>label:nth-child(7){grid-area:3/8/4/13}}@media only screen and (max-width:500px){.form-body .personal-details form>label:nth-child(7){grid-area:7/1/8/13}}.form-body .personal-details form>label:nth-child(8){grid-area:3/1/4/9}@media only screen and (max-width:768px){.form-body .personal-details form>label:nth-child(8){grid-area:4/1/4/9}}@media only screen and (max-width:500px){.form-body .personal-details form>label:nth-child(8){grid-area:8/1/9/13}}.form-body .personal-details form>label:nth-child(9){grid-area:3/9/4/13}@media only screen and (max-width:768px){.form-body .personal-details form>label:nth-child(9){grid-area:4/9/4/13}}@media only screen and (max-width:500px){.form-body .personal-details form>label:nth-child(9){grid-area:9/1/10/13}}.form-body .personal-details form>label:nth-child(10){grid-area:4/1/5/7}@media only screen and (max-width:768px){.form-body .personal-details form>label:nth-child(10){grid-area:5/1/5/7}}@media only screen and (max-width:500px){.form-body .personal-details form>label:nth-child(10){grid-area:10/1/11/13}}.form-body .personal-details form .gender-wrapper{grid-area:2/1/3/3}@media only screen and (max-width:768px){.form-body .personal-details form .gender-wrapper{grid-area:2/1/3/6}}@media only screen and (max-width:500px){.form-body .personal-details form .gender-wrapper{grid-area:4/1/5/13}}.form-body .personal-details form .car-wrapper{grid-area:4/7/5/10}@media only screen and (max-width:768px){.form-body .personal-details form .car-wrapper{grid-area:5/7/5/9}}@media only screen and (max-width:500px){.form-body .personal-details form .car-wrapper{grid-area:11/1/12/13}}.form-body .personal-details form .license-wrapper{grid-area:4/10/5/13}@media only screen and (max-width:768px){.form-body .personal-details form .license-wrapper{grid-area:5/9/5/13}}@media only screen and (max-width:500px){.form-body .personal-details form .license-wrapper{grid-area:12/1/13/13}}.form-body .personal-details form .gender-wrapper,.form-body .personal-details form .car-wrapper,.form-body .personal-details form .license-wrapper{text-align:center}.form-body .personal-details form .gender-wrapper p,.form-body .personal-details form .car-wrapper p,.form-body .personal-details form .license-wrapper p{margin:unset;padding-bottom:20px}.form-body .personal-details form .gender-wrapper>div,.form-body .personal-details form .car-wrapper>div,.form-body .personal-details form .license-wrapper>div{display:flex;align-items:center;justify-content:center;column-gap:8px}.form-body .personal-details form .gender-wrapper>div label,.form-body .personal-details form .car-wrapper>div label,.form-body .personal-details form .license-wrapper>div label{display:flex;line-height:1.3}.form-body .education .title,.form-body .courses .title{font-weight:500;margin-bottom:20px}.form-body .education .education-table,.form-body .courses .education-table{width:99.7%;margin-bottom:20px}@media only screen and (max-width:768px){.form-body .education .education-table,.form-body .courses .education-table{flex-direction:column;align-items:center}}.form-body .education .education-table .column:first-child,.form-body .courses .education-table .column:first-child{font-weight:700}.form-body .education .education-table .column:last-child div,.form-body .courses .education-table .column:last-child div{border-left:1px solid black}.form-body .education .education-table .column div,.form-body .courses .education-table .column div{width:100%;height:30px;line-height:1.6;border-top:1px solid black;border-right:1px solid black}.form-body .education .education-table .column div:last-child,.form-body .courses .education-table .column div:last-child{border-bottom:1px solid black}.form-body .education .education-table .column div:first-child,.form-body .courses .education-table .column div:first-child{background-color:#e1ebf7;font-weight:700}.form-body .education .education-table .column div input,.form-body .courses .education-table .column div input{width:95%;height:100%;outline:none;border:unset;font-size:16px}.form-body .education .education-table .column:nth-child(1),.form-body .courses .education-table .column:nth-child(1){width:22%}@media only screen and (max-width:768px){.form-body .education .education-table .column:nth-child(1),.form-body .courses .education-table .column:nth-child(1){width:100%}.form-body .education .education-table .column:nth-child(1) div,.form-body .courses .education-table .column:nth-child(1) div{border-left:1px black solid}}.form-body .education .education-table .column:nth-child(2),.form-body .courses .education-table .column:nth-child(2){width:14%}@media only screen and (max-width:768px){.form-body .education .education-table .column:nth-child(2),.form-body .courses .education-table .column:nth-child(2){width:100%}.form-body .education .education-table .column:nth-child(2) div,.form-body .courses .education-table .column:nth-child(2) div{border-left:1px black solid}}.form-body .education .education-table .column:nth-child(3),.form-body .courses .education-table .column:nth-child(3){width:18%}@media only screen and (max-width:768px){.form-body .education .education-table .column:nth-child(3),.form-body .courses .education-table .column:nth-child(3){width:100%}.form-body .education .education-table .column:nth-child(3) div,.form-body .courses .education-table .column:nth-child(3) div{border-left:1px black solid}}.form-body .education .education-table .column:nth-child(4),.form-body .courses .education-table .column:nth-child(4){width:46%}@media only screen and (max-width:768px){.form-body .education .education-table .column:nth-child(4),.form-body .courses .education-table .column:nth-child(4){width:100%}}.form-body .courses{margin-block:min(50px,7vw)}.form-body .courses .courses-table{width:99.7%;margin-bottom:20px}@media only screen and (max-width:768px){.form-body .courses .courses-table{flex-direction:column;align-items:center}}.form-body .courses .courses-table .column:last-child div{border-left:1px solid black}.form-body .courses .courses-table .column div{width:100%;height:30px;line-height:1.6;border-top:1px solid black;border-right:1px solid black}.form-body .courses .courses-table .column div:last-child{border-bottom:1px solid black}.form-body .courses .courses-table .column div:first-child{background-color:#e1ebf7;font-weight:700}.form-body .courses .courses-table .column div input{width:95%;height:100%;outline:none;border:unset;font-size:16px}.form-body .courses .courses-table .column:nth-child(1){width:15%}@media only screen and (max-width:768px){.form-body .courses .courses-table .column:nth-child(1){width:100%}.form-body .courses .courses-table .column:nth-child(1) div{border-left:1px black solid}}.form-body .courses .courses-table .column:nth-child(2){width:15%}@media only screen and (max-width:768px){.form-body .courses .courses-table .column:nth-child(2){width:100%}.form-body .courses .courses-table .column:nth-child(2) div{border-left:1px black solid}}.form-body .courses .courses-table .column:nth-child(3){width:20%}@media only screen and (max-width:768px){.form-body .courses .courses-table .column:nth-child(3){width:100%}.form-body .courses .courses-table .column:nth-child(3) div{border-left:1px black solid}}.form-body .courses .courses-table .column:nth-child(4){width:50%}@media only screen and (max-width:768px){.form-body .courses .courses-table .column:nth-child(4){width:100%}}.form-body .questions{row-gap:20px}.form-body .questions .question1,.form-body .questions .question2,.form-body .questions .question3{column-gap:16px}@media only screen and (max-width:805px){.form-body .questions .question1,.form-body .questions .question2,.form-body .questions .question3{display:grid;grid-template-columns:repeat(1,.3fr);grid-template-rows:repeat(3,1fr);row-gap:10px}}@media only screen and (max-width:720px){.form-body .questions .question1,.form-body .questions .question2,.form-body .questions .question3{grid-template-columns:unset;grid-template-rows:unset}}.form-body .questions .question1 .title,.form-body .questions .question2 .title,.form-body .questions .question3 .title{font-weight:500}@media only screen and (max-width:805px){.form-body .questions .question1 .title,.form-body .questions .question2 .title,.form-body .questions .question3 .title{grid-area:1/1/2/3}}@media only screen and (max-width:720px){.form-body .questions .question1 .title,.form-body .questions .question2 .title,.form-body .questions .question3 .title{grid-area:unset}}.form-body .questions .question1 .checkboxes,.form-body .questions .question2 .checkboxes,.form-body .questions .question3 .checkboxes{column-gap:8px}@media only screen and (max-width:805px){.form-body .questions .question1 .checkboxes,.form-body .questions .question2 .checkboxes,.form-body .questions .question3 .checkboxes{grid-area:2/1/3/2}}@media only screen and (max-width:720px){.form-body .questions .question1 .checkboxes,.form-body .questions .question2 .checkboxes,.form-body .questions .question3 .checkboxes{grid-area:unset}}.form-body .questions .question1 .if-yes,.form-body .questions .question2 .if-yes,.form-body .questions .question3 .if-yes{column-gap:16px;flex-grow:1}@media only screen and (max-width:805px){.form-body .questions .question1 .if-yes,.form-body .questions .question2 .if-yes,.form-body .questions .question3 .if-yes{grid-area:2/2/3/3}}@media only screen and (max-width:720px){.form-body .questions .question1 .if-yes,.form-body .questions .question2 .if-yes,.form-body .questions .question3 .if-yes{grid-area:unset}}.form-body .questions .question1 .if-yes input,.form-body .questions .question2 .if-yes input,.form-body .questions .question3 .if-yes input{border:unset;border-bottom:1px solid black;outline:none;font-size:16px;flex-grow:1}.form-body .questions .question2 .title{white-space:nowrap}@media only screen and (max-width:400px){.form-body .questions .question2 .title{white-space:unset}}@media only screen and (max-width:540px){.form-body .questions .question2 .if-yes{flex-direction:column;row-gap:10px}}.form-body .questions .question2 .if-yes .relation{column-gap:4px}@media only screen and (max-width:540px){.form-body .questions .question2 .if-yes .relation{width:100%}}.form-body .questions .question2 .if-yes .relation input{width:48%}.form-body .questions .question2 .if-yes .with-who{column-gap:4px}@media only screen and (max-width:805px){.form-body .questions .question2 .if-yes .with-who{flex-grow:1}}@media only screen and (max-width:540px){.form-body .questions .question2 .if-yes .with-who{width:100%}}.form-body .questions .question2 .if-yes .with-who input{width:70%}.form-body .questions .question3 .title{white-space:nowrap}@media only screen and (max-width:540px){.form-body .questions .question3 .if-yes{flex-direction:column;row-gap:10px}}.form-body .questions .question3 .if-yes .relation{column-gap:4px}@media only screen and (max-width:540px){.form-body .questions .question3 .if-yes .relation{width:100%}}.form-body .questions .question3 .if-yes .relation input{width:57%}.form-body .questions .question3 .if-yes .which-role{column-gap:4px}@media only screen and (max-width:805px){.form-body .questions .question3 .if-yes .which-role{flex-grow:1}}@media only screen and (max-width:540px){.form-body .questions .question3 .if-yes .which-role{width:100%}}.form-body .questions .question3 .if-yes .which-role input{width:56%}.form-body .prev-places{margin-block:min(50px,7vw)}.form-body .prev-places .title{column-gap:4px;align-items:flex-end;margin-bottom:20px}.form-body .prev-places .title h4{margin:unset}.form-body .prev-places .title span{font-size:12px}.form-body .prev-places .prev-places-table{width:99.7%}@media only screen and (max-width:768px){.form-body .prev-places .prev-places-table{flex-direction:column;align-items:center}}.form-body .prev-places .prev-places-table .column:last-child div{border-left:1px solid black}.form-body .prev-places .prev-places-table .column>div{width:100%;height:30px;line-height:1.6;border-top:1px solid black;border-right:1px solid black}.form-body .prev-places .prev-places-table .column>div:last-child{border-bottom:1px solid black}.form-body .prev-places .prev-places-table .column>div:first-child{background-color:#e1ebf7;font-weight:700;height:43px;line-height:2.5}.form-body .prev-places .prev-places-table .column>div input{width:95%;height:100%;outline:none;border:unset;font-size:16px}.form-body .prev-places .prev-places-table .column:nth-child(1){width:22%}@media only screen and (max-width:768px){.form-body .prev-places .prev-places-table .column:nth-child(1){width:100%}.form-body .prev-places .prev-places-table .column:nth-child(1) div{border-left:1px black solid}}.form-body .prev-places .prev-places-table .column:nth-child(2){width:14%}@media only screen and (max-width:768px){.form-body .prev-places .prev-places-table .column:nth-child(2){width:100%}.form-body .prev-places .prev-places-table .column:nth-child(2) div{border-left:1px black solid}}.form-body .prev-places .prev-places-table .column:nth-child(3){width:18%}.form-body .prev-places .prev-places-table .column:nth-child(3) div{line-height:1.3}.form-body .prev-places .prev-places-table .column:nth-child(3) div:first-child{column-gap:60px}.form-body .prev-places .prev-places-table .column:nth-child(3) div:not(:first-child) input:first-child{border-left:1px black solid}@media only screen and (max-width:768px){.form-body .prev-places .prev-places-table .column:nth-child(3){width:100%}.form-body .prev-places .prev-places-table .column:nth-child(3)>div{border-left:1px black solid}}.form-body .prev-places .prev-places-table .column:nth-child(4){width:23%}@media only screen and (max-width:768px){.form-body .prev-places .prev-places-table .column:nth-child(4){width:100%}.form-body .prev-places .prev-places-table .column:nth-child(4) div{border-left:1px black solid}}.form-body .prev-places .prev-places-table .column:nth-child(5){width:23%}@media only screen and (max-width:768px){.form-body .prev-places .prev-places-table .column:nth-child(5){width:100%}}.form-body .recommendation{margin-bottom:min(50px,7vw)}.form-body .recommendation .title{column-gap:4px;align-items:flex-end;margin-bottom:20px}.form-body .recommendation .title p{font-size:12px}.form-body .recommendation .recommendation-table{width:99.7%}@media only screen and (max-width:768px){.form-body .recommendation .recommendation-table{flex-direction:column;align-items:center}}.form-body .recommendation .recommendation-table .column:last-child div{border-left:1px solid black}.form-body .recommendation .recommendation-table .column div{width:100%;height:30px;line-height:1.6;border-top:1px solid black;border-right:1px solid black}.form-body .recommendation .recommendation-table .column div:last-child{border-bottom:1px solid black}.form-body .recommendation .recommendation-table .column div:first-child{background-color:#e1ebf7;font-weight:700}.form-body .recommendation .recommendation-table .column div input{width:95%;height:100%;outline:none;border:unset;font-size:16px}.form-body .recommendation .recommendation-table .column:nth-child(1){width:24%}@media only screen and (max-width:768px){.form-body .recommendation .recommendation-table .column:nth-child(1){width:100%}.form-body .recommendation .recommendation-table .column:nth-child(1) div{border-left:1px black solid}}.form-body .recommendation .recommendation-table .column:nth-child(2){width:18%}@media only screen and (max-width:768px){.form-body .recommendation .recommendation-table .column:nth-child(2){width:100%}.form-body .recommendation .recommendation-table .column:nth-child(2) div{border-left:1px black solid}}.form-body .recommendation .recommendation-table .column:nth-child(3){width:29%}@media only screen and (max-width:768px){.form-body .recommendation .recommendation-table .column:nth-child(3){width:100%}.form-body .recommendation .recommendation-table .column:nth-child(3) div{border-left:1px black solid}}.form-body .recommendation .recommendation-table .column:nth-child(4){width:29%}@media only screen and (max-width:768px){.form-body .recommendation .recommendation-table .column:nth-child(4){width:100%}}@media only screen and (max-width:768px){.form-body .languages-and-applications{flex-direction:column;justify-content:center;row-gap:20px}}.form-body .languages-and-applications .languages{width:64%}@media only screen and (max-width:768px){.form-body .languages-and-applications .languages{width:100%}}.form-body .languages-and-applications .languages .title{column-gap:4px;align-items:flex-end;margin-bottom:20px}.form-body .languages-and-applications .languages .title p{font-size:12px}.form-body .languages-and-applications .languages .languages-table{width:99.7%}@media only screen and (max-width:768px){.form-body .languages-and-applications .languages .languages-table{flex-direction:column;align-items:center}}.form-body .languages-and-applications .languages .languages-table .column:last-child div{border-left:1px solid black}.form-body .languages-and-applications .languages .languages-table .column div{width:100%;height:31.5px;line-height:1.6;border-top:1px solid black;border-right:1px solid black}.form-body .languages-and-applications .languages .languages-table .column div:last-child{border-bottom:1px solid black}.form-body .languages-and-applications .languages .languages-table .column div:first-child{background-color:#e1ebf7;font-weight:700}.form-body .languages-and-applications .languages .languages-table .column div input{width:95%;height:100%;outline:none;border:unset;font-size:16px}.form-body .languages-and-applications .languages .languages-table .column:nth-child(1){width:20%}@media only screen and (max-width:768px){.form-body .languages-and-applications .languages .languages-table .column:nth-child(1){width:100%}.form-body .languages-and-applications .languages .languages-table .column:nth-child(1) div{border-left:1px black solid}}.form-body .languages-and-applications .languages .languages-table .column:nth-child(2){width:20%}@media only screen and (max-width:768px){.form-body .languages-and-applications .languages .languages-table .column:nth-child(2){width:100%}.form-body .languages-and-applications .languages .languages-table .column:nth-child(2) div{border-left:1px black solid}}.form-body .languages-and-applications .languages .languages-table .column:nth-child(3){width:20%}@media only screen and (max-width:768px){.form-body .languages-and-applications .languages .languages-table .column:nth-child(3){width:100%}.form-body .languages-and-applications .languages .languages-table .column:nth-child(3) div{border-left:1px black solid}}.form-body .languages-and-applications .languages .languages-table .column:nth-child(4){width:20%}@media only screen and (max-width:768px){.form-body .languages-and-applications .languages .languages-table .column:nth-child(4){width:100%}.form-body .languages-and-applications .languages .languages-table .column:nth-child(4) div{border-left:1px black solid}}.form-body .languages-and-applications .languages .languages-table .column:nth-child(5){width:20%}@media only screen and (max-width:768px){.form-body .languages-and-applications .languages .languages-table .column:nth-child(5){width:100%}}.form-body .languages-and-applications .applications{width:33%}@media only screen and (max-width:768px){.form-body .languages-and-applications .applications{width:100%}}.form-body .languages-and-applications .applications .title{column-gap:4px;align-items:flex-end;margin-bottom:20px}.form-body .languages-and-applications .applications .title p{font-size:12px}.form-body .languages-and-applications .applications table{width:100%;border-spacing:unset;border:1px black solid}.form-body .languages-and-applications .applications table thead tr{background-color:#e1ebf7;height:30px}.form-body .languages-and-applications .applications table thead tr th{border-bottom:1px black solid}.form-body .languages-and-applications .applications table thead tr th:not(:last-child){border-left:1px black solid}.form-body .languages-and-applications .applications table tbody tr:not(:last-child) td{border-bottom:1px black solid}.form-body .languages-and-applications .applications table tbody tr td{position:relative;height:30px;width:127px}.form-body .languages-and-applications .applications table tbody tr td:not(:last-child){border-left:1px black solid}.form-body .languages-and-applications .applications table tbody tr td input{position:absolute;top:0;right:0;bottom:0;left:0;width:min(129px,95%);font-size:16px;border:unset;outline:none;padding-right:5px}@media only screen and (max-width:768px){.form-body .languages-and-applications .applications table tbody tr td input{width:unset}}.form-body .deficiencies{column-gap:8px;align-items:flex-end;padding-block:30px 40px}.form-body .deficiencies textarea{outline:none;resize:none;border:unset;font-size:16px;width:100%;line-height:4ch;background-image:linear-gradient(transparent,transparent calc(4ch - 1px),#000000 0px);background-size:100% 4ch}.form-body .deficiencies textarea.pdf{background-image:unset}.form-body .signature,.form-body .signature .title{padding-bottom:50px}.form-body .signature .signature-and-date{column-gap:40px}@media only screen and (max-width:640px){.form-body .signature .signature-and-date{flex-direction:column-reverse;align-items:center;row-gap:40px}}.form-body .signature .signature-and-date label{row-gap:8px;font-weight:700}.form-body .signature .signature-and-date label input{outline:none;border:unset;border-bottom:1px solid black;font-size:16px;width:195px;line-height:1}.form-body .signature .signature-and-date label input[type=date]{text-align:center}.form-body .signature .signature-and-date label input[type=date]::-webkit-inner-spin-button,.form-body .signature .signature-and-date label input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.form-body .signature .signature-and-date .signature-wrapper{position:relative;row-gap:8px}.form-body .signature .signature-and-date .signature-wrapper .signature-canvas{opacity:0;visibility:hidden;max-height:0;max-width:0;transition:all .3s ease;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:min(50px,15vw) min(50px,7vw);box-shadow:#63636333 0 2px 8px;border-radius:20px;overflow:hidden}.form-body .signature .signature-and-date .signature-wrapper .signature-canvas canvas{width:max(20.833vw,260px)}.form-body .signature .signature-and-date .signature-wrapper .signature-canvas.show{opacity:1;visibility:visible;max-height:200px;max-width:400px}.form-body .signature .signature-and-date .signature-wrapper .signature-canvas.finish{background:unset;border:unset;padding:unset;box-shadow:unset;transform:unset;position:static}.form-body .signature .signature-and-date .signature-wrapper .signature-canvas.finish canvas{width:200px;border:unset!important}.form-body .signature .signature-and-date .signature-wrapper .signature-canvas .buttons{width:100%;column-gap:16px;margin-top:8px}.form-body .signature .signature-and-date .signature-wrapper button{font-size:16px;background-color:transparent;border:unset;border:1px #12375a solid;border-radius:5px;cursor:pointer;outline:none}.form-body .signature .signature-and-date .signature-wrapper button.hide{display:none}.form-body .signature .signature-and-date .signature-wrapper span{font-weight:700}.form-body .comments{padding-bottom:40px}.form-body .comments textarea{outline:none;resize:none;border:unset;font-size:16px;width:100%;line-height:4ch;background-image:linear-gradient(transparent,transparent calc(4ch - 1px),#000000 0px);background-size:100% 4ch}.form-body .comments textarea.pdf{background-image:unset}.form-body .send-button{padding-bottom:70px;text-align:center}.form-body .send-button.pdf{display:none}.form-body .send-button input{border:unset;background-color:#12375a;color:#fff;font-size:24px;border-radius:50px;padding:12px 30px;cursor:pointer}.form-footer{background-color:#e1ebf7}.form-footer .image{transform:translateY(-52%)}
