*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;font-size:62.5%}.visually-hidden{position:absolute;opacity:0;visibility:hidden;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.sticky .header{position:fixed;left:0;right:0;top:0;width:100%;height:5.6rem;padding:0;margin-left:0;background-color:var(--light-gray);z-index:999;box-shadow:var(--basic-shadow)}.sticky .section-hero{margin-top:8.2rem}body{font-family:var(--basic-font);background-color:var(--white);color:var(--main-black);max-width:100%;margin:0;overflow-x:hidden;position:relative}body.modal-open{overflow:hidden;height:100vh}.blob-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-22;overflow:hidden;pointer-events:none}.bg-blob{position:absolute;fill:var(--light-gray);pointer-events:none}.main-header{font-size:2.4rem;line-height:6rem;letter-spacing:.02em;font-weight:700}.p-text{font-size:1.6rem;line-height:2.4rem;letter-spacing:.02em;text-align:center}.p-text-middle{font-size:1.4rem;line-height:2.4rem;letter-spacing:.02em;font-weight:400}.p-text-small{font-size:1.2rem;line-height:1.4rem;letter-spacing:.02em;font-weight:400}.section-heading{font-size:2.4rem;line-height:4rem;letter-spacing:.02em;font-weight:700}.small-heading{font-size:1.8rem;line-height:2.4rem;letter-spacing:.04em}.icon{width:2.8rem;height:2.8rem}.btn{display:inline-flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:600;line-height:2.4rem;letter-spacing:.04em;border-radius:3rem;transition:background-color .3s ease-in-out}.btn-primary{width:20rem;height:4.1rem;background:linear-gradient(135deg,var(--pink-main),var(--pink-pressed));box-shadow:0 2px 10px #43434359;color:var(--white);transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}.btn-primary:hover,.btn-primary:focus{transform:translateY(-2px);box-shadow:0 4px 15px #75757573;filter:brightness(1.05)}.btn-secondary{width:20rem;height:4.1rem;background-color:var(--white);color:var(--pink-pressed);border:2px solid var(--light-gray);transition:color .3s ease-in-out,border-color .3s ease-in-out}.btn-secondary:hover,.btn-secondary:focus{border-color:var(--pink-main);color:var(--pink-accent)}.btn-small-cta{padding:.6rem 2.4rem;font-weight:400;background:linear-gradient(135deg,var(--pink-main),var(--pink-pressed));color:var(--white);box-shadow:0 2px 10px #97434359;transition:box-shadow .25s ease,filter .25s ease}.btn-small-cta:hover,.btn-small-cta:focus{box-shadow:0 4px 15px #b12e2e73;filter:brightness(1.05)}.btn-small-link{padding:.6rem 2.4rem;font-weight:400;background-color:var(--white);color:var(--pink-pressed);border:2px solid var(--light-gray);transition:color .3s ease-in-out,border-color .3s ease-in-out}.btn-small-link:hover,.btn-small-link:focus{border-color:var(--pink-main);color:var(--pink-accent)}.logo-img{width:14.8rem}@media screen and (min-width:48rem){.sticky .header{height:8.2rem}.main-header{font-size:4.6rem;line-height:6rem;letter-spacing:.02em;font-weight:700}.p-text{font-size:1.8rem}.btn-primary,.btn-secondary{width:25rem;height:5.2rem;font-size:1.8rem}.section-heading{font-size:4rem;line-height:6rem;letter-spacing:.04em}.small-heading{font-size:3.2rem;line-height:4.8rem}.p-text-middle{font-size:2rem;line-height:2.8rem}.p-text-small{font-size:1.8rem;line-height:2.4rem}.logo-img{width:22rem}}:root{--black: #151d28;--white: #ffffff;--gray: #8a9aaa;--main-black: #212b37;--pink-main: #ff907e;--pink-pressed: #fc725d;--pink-accent: #f25c54;--light-gray: #edeef2;--yellow: #f5cc8e;--blue: #3e6c94;--bg-gradient: linear-gradient( 150deg, var(--main-black) 2.25%, var(--gray) 131.25% );--modal-background: #151d28cf;--light-gradient: linear-gradient( 150deg, var(--white) 2.25%, var(--light-gray) 131.25% );--gray-gradient: linear-gradient(to top, var(--main-black), var(--gray));--cards-gradient: radial-gradient(circle at 0% 30%, var(--pink-pressed), transparent 60%), radial-gradient(circle at 80% 40%, var(--main-black), transparent 60%), radial-gradient(circle at 50% 100%, var(--gray), transparent 60%);--gray-border: rgba(18, 20, 23, .102);--gray-border-light: rgba(255, 255, 255, .1);--transition-func: .25s cubic-bezier(.4, 0, .2, 1);--basic-font: "Rubik", sans-serif;--figure-font: "Pacifico", serif;--basic-shadow: 0 2px 6px rgba(46, 47, 66, .08), 0 1px 1px rgba(46, 47, 66, .16), 0 2px 1px rgba(46, 47, 66, .08);--text-shadow: 0 2px 8px rgba(46, 47, 66, .1), 0 1px 8px rgba(46, 47, 66, .16), 0 2px 1px rgba(46, 47, 66, .2);--falling-shadow: 0 20px 33px rgba(46, 47, 66, .2);--soft-shadow: 0 3px 25px rgba(46, 47, 66, .12)}h1,h2,h3,h4,h5,h6,p,ul,ol,button,body{margin:0;padding:0}ul{list-style:none}a{color:currentColor;text-decoration:none}button,input{cursor:pointer;border:none;background:none;outline:none}img{display:block;max-width:100%;height:auto}.main-container{width:100%;height:100vh;display:flex;flex-direction:column}.content{flex:1}.container{width:100%;max-width:144rem;padding:2.4rem;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width:48rem){.container{padding:4.6rem}}.port-blob-1{top:250rem;left:-45%;width:51.3rem;height:50rem}.port-blob-2{top:320rem;right:-15%;width:33rem;height:31.8rem}.nav{width:100%;max-width:120rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-menu{display:none;background-image:var(--cards-gradient);gap:.8rem;padding:.8rem 3.2rem;border-radius:3rem}.nav-links{justify-self:flex-end;display:none;gap:2.4rem}.nav-section{color:var(--white);width:11rem;padding:.4rem 1.2rem;font-family:inherit;font-size:1.6rem;line-height:1.5;letter-spacing:.02em;font-weight:400;border:1px Solid #ffffff00;border-radius:3rem;transition:box-shadow .5s ease,background-color .5s ease,color .5s ease,transform .1s ease,border-color .5s ease;transform:scale(1);display:inline-block;text-align:center}.nav-section:hover{border-color:var(--white)}.nav-section:focus,.nav-section.active{background-color:var(--white);color:var(--main-black);transform:scale(.95)}.icon-nav{fill:var(--main-black)}.icon-nav:hover,.icon-nav:focus{fill:var(--pink-main);transform:scale(1.1)}.icon-nav:active{fill:var(--orange-pressed);transform:scale(.95)}@media screen and (min-width:64rem){.nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;justify-content:space-between}.nav-menu{display:flex;justify-content:space-between;align-items:center}.nav-links{display:flex;justify-content:center;align-items:center}}._container-header_12c38_5{width:100%;height:8.2rem;padding:1.2rem 4.6rem;background-color:var(--white)}._mobile-menu-btn-icon_12c38_16{width:2.8rem;height:4rem;stroke:var(--main-black)}._js-open-menu_12c38_22{padding:0;background-color:transparent;line-height:0;border:none}._logo-img_12c38_33{width:14.8rem}@media screen and (min-width:48rem){._container-header_12c38_5{height:10.2rem;padding:2.4rem 8.2rem}._logo-img_12c38_33{width:22rem}._mobile-menu-btn-icon_12c38_16{width:3.6rem}}@media screen and (min-width:64rem){._mobile-menu-btn-icon_12c38_16{display:none}}._modal-overlay_52pgy_1{position:fixed;top:0;right:0;width:100%;height:100%;z-index:999;display:flex;justify-content:center;align-items:start;padding-top:9.2rem;background:var(--cards-gradient);background-color:var(--black);opacity:0;pointer-events:none;transition:opacity .25s ease-in-out}._modal-overlay_52pgy_1._is-open_52pgy_20{opacity:1;pointer-events:auto}._modal_52pgy_1{display:flex;flex-direction:column;align-items:center;justify-content:start;width:33.5rem;max-height:80%;overflow-y:auto;position:relative;padding:4.6rem;gap:4.6rem;transform:translate(100%);transition:transform .25s ease-in-out}._modal-overlay_52pgy_1._is-open_52pgy_20 ._modal_52pgy_1{transform:translate(0)}._close-button_52pgy_45{position:absolute;right:0;top:0;background:none;stroke-width:.1;fill:var(--light-gray)}._mobile-menu_52pgy_54{display:flex;flex-direction:column;gap:1.2rem;padding:4.6rem}._nav-section_52pgy_61._mobile_52pgy_54{color:var(--light-gray);font-size:2.4rem;line-height:2.8rem;padding:.8rem 2.4rem;width:100%}._nav-section_52pgy_61._mobile_52pgy_54:hover,._nav-section_52pgy_61._mobile_52pgy_54:focus,._nav-section_52pgy_61._mobile_52pgy_54:active{color:var(--white);border-color:var(-white);box-shadow:var(--falling-shadow)}._mobile-links_52pgy_77{display:flex;justify-content:center;align-items:center;gap:2.4rem}._mobile-icon_52pgy_84{width:3.2rem;height:3.2rem;fill:var(--light-gray)}@media screen and (min-width:48rem){._modal_52pgy_1{width:65.4rem}._nav-section_52pgy_61._mobile_52pgy_54{font-size:2.8rem;line-height:3.2rem}._mobile-menu_52pgy_54{gap:2.4rem}}._footer_veqrq_5{background-color:var(--main-black);border-top:2px Solid var(--gray);padding:4.6rem}._container-footer_veqrq_11{flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:center;gap:4.6rem}._footer-div_veqrq_19{display:flex;align-items:center;justify-content:start;flex-direction:column;gap:2.4rem}._footer-left_veqrq_27{display:flex;flex-direction:column;align-items:center;gap:2.4rem}._footer-links_veqrq_34{display:flex;align-items:center;gap:2.4rem}._footer-structure-list_veqrq_40{display:flex;align-items:center;flex-direction:column;gap:1.2rem}._heading-footer_veqrq_51{color:var(--white);text-align:center;font-family:var(--figure-font);font-weight:400}._footer-link_veqrq_34{color:var(--gray)}._footer-link_veqrq_34:hover,._footer-link_veqrq_34:focus{color:var(--white)}._footer-text_veqrq_67{color:var(--gray)}._icon-footer_veqrq_75{fill:var(--white)}._icon-link_veqrq_79:hover ._icon-footer_veqrq_75,._icon-link_veqrq_79:focus ._icon-footer_veqrq_75{fill:var(--pink-main);transform:scale(1.1)}._icon-link_veqrq_79:active ._icon-footer_veqrq_75{fill:var(--orange-pressed);transform:scale(.95)}@media screen and (min-width:48rem){._container-footer_veqrq_11{justify-content:space-between}._footer-structure-list_veqrq_40,._footer-div_veqrq_19{align-items:flex-start}._footer-left_veqrq_27{align-items:center}}@media screen and (min-width:80rem){._footer_veqrq_5{padding:4.6rem 10.5rem}._container-footer_veqrq_11{flex-direction:row;max-width:144rem}._footer-right_veqrq_124{flex-direction:row;gap:4.6rem}._heading-footer_veqrq_51{font-size:2.4rem}}
