/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px #0000001f,0 10px 36px -4px #4d60e84d;background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:transparent;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width: 360px){.toastify-right,.toastify-left{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}@font-face{font-family:Manrope;src:url(/assets/manrope-42814a40.ttf) format("truetype"),url(/assets/manrope-84c9929d.woff) format("woff"),url(/assets/manrope-ce340d48.woff2) format("woff2")}body{color:#343433;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Manrope,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:20px;font-weight:500;overflow-x:hidden;-webkit-font-smoothing:antialiased}body.macos{font-weight:400}*{font-family:-apple-system,BlinkMacSystemFont,Manrope,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}a,button{font-family:inherit;font-weight:inherit;cursor:pointer}button{padding:0}a{text-decoration:none}body,h1,h2,h3,h4,h5,p{margin:0}h1,h2,h3,h4,h5,h6{font-weight:inherit}button{border:0;background-color:transparent}ul,ol{list-style:none;margin:0;padding:0}.button{display:flex;justify-content:center;align-items:center;gap:10px;padding:15px 32px;box-sizing:border-box;border-radius:8px;font-weight:600;font-size:16px;transition:background-color .2s;width:100%}.button path{transition:fill .2s}.button-small{padding:8px 16px;font-size:14px}.button-filled{color:#fff;background-color:#3890ac}.button-filled path{fill:#fff}.button-filled:hover{background-color:#1a728e}.button-outlined{border:1px solid #3890AC;color:#3890ac}.button-outlined path{fill:#3890ac}.button-outlined:hover{background-color:#3890ac;color:#fff}.button-outlined:hover path{fill:#fff}.button-white{color:#3890ac;background-color:#fff}.link{font-size:16px;color:#6f858c;transition:color .2s}.link:hover{color:#81bbcf}.tab{display:flex;justify-content:center;align-items:center;border:1px solid #D1D9D7;border-radius:8px;height:53px;font-size:16px;text-align:center;cursor:pointer;transition:border-color .2s,background-color .2s,color .2s;color:#343433}.tab.selected{border-color:#3890ac;background-color:#3890ac;color:#fff}.card-personal{position:relative;height:265px;width:235px;overflow:hidden;border-radius:16px;box-sizing:border-box;color:#fff}.card-personal:after{content:"";position:absolute;height:196px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 50%,#000 100%);bottom:0;left:0;right:0}.card-personal-image{position:absolute;width:100%;height:100%;object-fit:cover;top:0;right:0;bottom:0;left:0}.card-personal-information{position:absolute;z-index:1;bottom:20px;left:20px;display:flex;flex-direction:column;gap:4px}.card-personal-name{font-size:20px}@media (max-width: 1200px){.card-personal-name{font-size:16px}}.card-personal-experience{display:flex;align-items:center;gap:10px;font-weight:500;font-size:16px}@media (max-width: 1200px){.card-personal-experience{font-size:14px}}.h1{font-size:96px}.h2{font-size:56px}.h3{font-size:40px}.h4{font-size:32px}.h5{font-size:24px}.h6{font-size:20px}.h7{font-size:18px}.h8{font-size:16px}.body1,.body,.body3{font-weight:600}.body1{font-size:20px}.body2{font-size:16px}.body3{font-size:14px}.color-primary{color:#81bbcf}.color-secondary{color:#6f858c}.color-accent{color:#3890ac}.color-dark{color:#343433}.color-white{color:#fff}.text-weight-bold{font-weight:600}body.macos .text-weight-bold{font-weight:500}.container{width:100%;max-width:1200px;margin:0 auto}@media (max-width: 1200px){.container{padding:0 15px;box-sizing:border-box}}.header{position:relative;display:flex;align-items:center;gap:32px;margin-top:21px;width:100%}@media (max-width: 1200px){.header{gap:unset;justify-content:space-between}}.header .logo{display:flex;align-items:center;justify-content:center}.header .navigation{display:flex;align-items:center;justify-content:space-between;width:100%}@media (max-width: 1200px){.header .navigation{position:absolute;top:60px;right:0;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:8px;box-shadow:0 16px 32px #00000040;max-width:235px;width:100%;transition:transform .2s;transform:scale(0);transform-origin:right top;z-index:10}.header .navigation.visible{transform:scale(1)}.header .navigation>a{margin:16px}.header .navigation .controls{flex-direction:column;box-sizing:border-box;padding:16px 24px;border-top:1px solid #D1D9D7;width:100%}.header .navigation .controls a{width:100%}}.header .navigation .link{display:flex;align-items:center;font-weight:700;gap:10px;width:100%;transition:.2s;color:#3890ac}.header .navigation .link path{fill:currentColor}.header .navigation .link.button:hover{color:#fff}.header .navigation .controls{display:flex;align-items:center;gap:8px}.header .navigation .controls:nth-child(2){white-space:nowrap}@media (max-width: 1200px){.header .navigation .controls{min-width:unset}}.header .burger{display:none}@media (max-width: 1200px){.header .burger{display:block}}.footer{position:relative;background-color:#f2f5f7;padding:80px 0 40px}.footer>.container{position:relative;display:flex;flex-direction:column;z-index:2}.footer-up{display:grid;grid-template-columns:repeat(5,1fr)}@media (max-width: 1200px){.footer-up{grid-template-columns:repeat(1,1fr);gap:32px}}@media (max-width: 1200px){.footer-up>:last-child{order:0}.footer-up>:first-child{order:-1}}.footer-bottom{margin-top:60px;padding-top:24px;border-top:1px solid #D1D9D7}@media (max-width: 1200px){.footer-bottom{display:none}}.footer-column{display:flex;flex-direction:column;order:2}.footer-column-title{display:inline-block;font-size:18px;margin-bottom:6px}.footer-column-list{display:flex;flex-direction:column}.footer-socials{display:flex;gap:8px;align-items:center}.footer-socials>.icon-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:8px;border:1px solid #3890AC;border-radius:8px;transition:.2s}.footer-socials>.icon-button:hover{background:#70bccc}.footer-socials>.icon-button>img{width:18px;height:18px}.footer-contacts{display:flex;flex-direction:column;justify-content:space-evenly;height:100%;margin-top:auto}.footer-contacts>a{width:fit-content}.footer-contacts a.mail{display:flex;align-items:center;gap:6px;transition:.2s}.footer-contacts a.mail svg path{transition:.2s}.footer-contacts a.mail:hover{color:#3890ac}.footer-contacts a.mail:hover svg path{fill:#3890ac}@media (max-width: 1200px){.footer-contacts{margin-top:32px;gap:32px}}.wave{position:absolute;top:-296.95px;z-index:1;transform:scaleX(1) scaleY(.5)}.wave path{fill:#f2f5f7;stroke:#f2f5f7;stroke-width:13px}.wave path.down{fill:#fff;stroke:#fff}.wave-bottom{top:unset;bottom:-296.95px}.wave-bottom path{fill:#fff;stroke:#fff;stroke-width:13px}.wave-bottom path.down{fill:#f2f5f7;stroke:#f2f5f7}.wave-accent path{fill:#81bbcf;stroke:#81bbcf}.wave-bottom.wave-accent path{fill:#fff;stroke:#fff}.wave-bottom.wave-accent path.down{fill:#81bbcf;stroke:#81bbcf}.faq-item{display:flex;flex-direction:column;cursor:pointer;padding:20px;border-radius:10px;background-color:#fff}.faq-item.opened .faq-item-toggler:after{transform:translate(-50%) rotate(0)}.faq-item.opened .faq-item-text{margin-top:40px}.faq-item-header{display:flex;align-items:center;justify-content:space-between}.faq-item-title{font-size:20px}@media (max-width: 1200px){.faq-item-title{font-size:18px}}.faq-item-text{height:0;overflow:hidden;transition:margin .2s;cursor:text}.faq-item-toggler{position:relative;width:32px;height:32px}.faq-item-toggler:before,.faq-item-toggler:after{position:absolute;top:50%;left:50%;transform:translate(-50%);content:"";width:20px;height:3px;border-radius:10px;background-color:#81bbcf;transition:transform .2s}.faq-item-toggler:after{transform:translate(-50%) rotate(90deg)}.no-load-transitions{transition:none!important}.empty-page-container{display:flex;flex-direction:column;justify-content:space-between;height:100vh}.notification{display:flex;justify-content:center;align-items:center;padding:10px;border-radius:10px;background:#1A728E;font-family:inherit;font-size:16px;box-shadow:none}input{outline:none;border:1px solid #1b7895;border-radius:6px}.contacts-page{display:flex;justify-content:center;align-items:center}.contacts-container{display:flex;justify-content:center;flex-direction:column;box-sizing:border-box;max-width:1200px;width:100%;height:90vh;padding:0 16px}.contacts-container>p{padding-bottom:32px}@media (max-width: 1200px){.contacts-container>p{font-size:24px}}.contacts-container .info{display:flex;flex-direction:column;gap:32px}.contacts-container .info-item{display:flex;justify-content:space-between;align-items:flex-start;padding-top:32px;border-top:1px solid #D1D9D7;width:100%;gap:16px}@media (max-width: 1200px){.contacts-container .info-item>p{font-size:16px}}.contacts-container .info-item-buttons{display:flex;flex-direction:column;gap:12px}.contacts-container .info-item-buttons>.button{white-space:nowrap}.contacts-container .info-item-buttons>div{display:flex;justify-content:flex-end;gap:32px}.contacts-container .info-item-buttons>div img{width:32px}@media (max-width: 1200px){.contacts-container .info-item-buttons>div img{width:24px}}
