@media only screen and (min-width:1200px){.modal::-webkit-scrollbar{height:5px;width:5px}.modal::-webkit-scrollbar-track{background:transparent}.modal::-webkit-scrollbar-thumb{background-color:#eaeaea;border-radius:12px;height:10px;width:10px}}.modal-backdrop{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:rgba(141,53,57,.5)}.modal-content{border:none;border-radius:10px}.modal-body{border-radius:10px;box-shadow:10px 10px 20px rgba(0,0,0,.15);padding:40px}@media only screen and (min-width:1200px){.modal-body::-webkit-scrollbar{height:5px;width:5px}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background-color:#eaeaea;border-radius:12px;height:10px;width:10px}}@media only screen and (max-width:768px){.modal-body{padding:20px}.modal-open{padding-right:0!important}}button{background:none}button:active,button:focus{border:none;box-shadow:none!important;outline:none}button.disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.button{min-height:48px}.button--with-icon{align-items:center;display:inline-flex;justify-content:center;max-width:100%;width:176px}@media only screen and (max-width:1399px){.button--with-icon{min-width:auto!important;padding:10px!important}}.button--with-icon svg{position:relative;z-index:1}.button--with-icon span{margin-left:6px}.button--primary{background-color:linear-gradient(150.26deg,#ea5c72 9.17%,#ea5c72 102.29%);border-radius:12px;box-shadow:0 4px 24px rgba(168,82,5,.3)!important;font-family:OakesGrotesk-Medium;font-size:.7778rem;min-width:176px;overflow:hidden;padding:8px 16px;position:relative}.button--primary:after,.button--primary:before{background:linear-gradient(150.26deg,#ea5c72 9.17%,#ea5c72 102.29%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.button--primary:after{opacity:0;transform:scaleX(-1);transition:all .6s ease-in-out}.button--primary span{color:#fff;position:relative;z-index:1}.button--primary--white:before{background:#fff}.button--primary--white span{color:#d7487a;transition:all .6s ease-in-out}.button--primary--white:hover span{color:#fff}.button--primary:hover:after{opacity:1}.button--primary:focus:after,.button--primary:focus:before,.button--primary:visited:after,.button--primary:visited:before{opacity:0}.form-checkbox{position:relative}.form-checkbox__in{align-items:center;cursor:pointer;display:flex;height:100%;transition:all .6s ease}.form-checkbox__text{color:#eaeaea;flex-grow:1;font-family:OakesGrotesk-Medium;margin-left:8px;margin-top:3px;transition:all .3s ease}.form-checkbox__gal{align-items:center;border:1px solid #eaeaea;border-radius:2px;display:flex;height:18px;justify-content:center;min-width:18px;position:relative;transition:all .3s ease;width:18px}.form-checkbox__gal svg{left:50%;top:50%;transform:translate(-50%,-50%);transition:all .3s ease}.form-checkbox input,.form-checkbox__gal svg{opacity:0;position:absolute;visibility:hidden}.form-checkbox input:checked~.form-checkbox__in .form-checkbox__gal{border-color:transparent}.form-checkbox input:checked~.form-checkbox__in .form-checkbox__gal svg{opacity:1;visibility:visible}.checkbox{padding-left:30px;position:relative}.checkbox__in{cursor:pointer;position:relative}.checkbox__text{font-size:.875rem}.checkbox__gal{border-radius:3px;display:block;height:18px;min-width:18px;position:relative;transition:all .3s ease;width:18px}.checkbox__gal-wrapper{left:-29px;position:absolute;top:2px}.checkbox__gal svg{height:calc(100% + 4px);left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:calc(100% + 4px)}.checkbox input{opacity:0;position:absolute;visibility:hidden;z-index:-1}.checkbox input:checked~.checkbox__in .checkbox__gal svg{opacity:1}.font-light{font-family:OakesGrotesk-Light}.font-regular{font-family:OakesGrotesk-Regular}.font-medium{font-family:OakesGrotesk-Medium}.font-semibold{font-family:OakesGrotesk-SemiBold}.font-bold{font-family:OakesGrotesk-Bold}.box{background-color:#c1523c;border-radius:15px;padding:30px 20px}@media only screen and (min-width:1440px){.box{padding:40px}}.box-row{margin-top:40px}.box-row:first-child{margin-top:0}.box-title{font-family:OakesGrotesk-SemiBold,sans-serif;font-size:20px;line-height:20px}@media only screen and (min-width:1440px){.box-title{font-size:24px;line-height:24px}}.chips{display:flex;flex-wrap:wrap;gap:8px}.chips-item{align-items:center;border:1px solid #eaeaea;border-radius:12px;display:inline-flex;font-size:14px;line-height:16px;padding:10px}@media only screen and (min-width:1440px){.chips-item{font-size:16px}}.chips-item svg{cursor:pointer;margin-left:4px}.chips--readonly .chips-item{background-color:#d76d57;border:1px solid #d76d57}label{margin-bottom:0}button{border:none;box-shadow:none;outline:none}.form-field{align-items:flex-start;display:flex;flex-direction:column}.form-field__title{color:#eaeaea;font-family:OakesGrotesk-SemiBold;margin-bottom:16px}@media only screen and (max-width:1200px){.form-field__title{margin-bottom:8px}}.form-field__title.disabled{color:#d76d57}.form-field__input,.form-field__input input{position:relative;width:100%}.form-field__input input{background-color:#d76d57;border:1px solid transparent;border-radius:12px;box-shadow:none;color:#fff;font-family:OakesGrotesk-Medium;outline:none;padding:13px 16px}.form-field__input input::-moz-placeholder{color:#f4a291}.form-field__input input::placeholder{color:#f4a291}.form-field__input input:disabled::-moz-placeholder{color:#d76d57}.form-field__input input:disabled::placeholder{color:#d76d57}.form-field__input input:disabled:active{border:1px solid transparent}.form-field__input input:active,.form-field__input input:focus{border:1px solid #c1523c;box-shadow:none;outline:none}.form-field__input input:disabled{background-color:#aa351e;color:#d76d57}.form-field__password{position:relative}.form-field__password-icon{cursor:pointer;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.form-field__search{position:relative}.form-field__search-icon{cursor:pointer;left:16px;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.form-field__search input{padding-left:40px}.form-field__error,.form-field__hint{display:block;font-size:14px;line-height:22px;margin-top:4px}.form-field__hint{color:#eaeaea}.form-field__error{color:#de695f}.form-field__textarea{background-color:#d76d57;border:none;border-radius:12px;color:#fff;font-size:14px;min-height:172px;overflow-x:hidden;padding:16px;position:relative;resize:none;width:100%}.form-field__textarea::-webkit-scrollbar{height:5px;width:5px}.form-field__textarea::-webkit-scrollbar-track{background:#eaeaea}.form-field__textarea::-webkit-scrollbar-thumb{background-color:#d76d57;border-radius:12px;height:10px;width:10px}@media only screen and (min-width:768px){.form-field__textarea{font-size:18px}}.form-field__textarea::-moz-placeholder{color:#f4a291}.form-field__textarea::placeholder{color:#f4a291}.form-field__textarea:disabled::-moz-placeholder{color:#d76d57}.form-field__textarea:disabled::placeholder{color:#d76d57}.form-field__textarea:active,.form-field__textarea:focus{border:1px solid #c1523c;box-shadow:none;outline:none}.form-field__textarea:disabled{background-color:#aa351e;color:#d76d57}.form-field__button-icon{cursor:pointer;position:absolute;right:16px;top:50%;transform:translateY(-50%)}a{color:#d7487a;transition:all .6s ease}a:hover{color:#eaeaea;-webkit-text-decoration:none;text-decoration:none}.link-underline{border-bottom:1px solid #d7487a!important;display:inline;padding:0}.link,.link-underline{-webkit-text-fill-color:transparent;background:linear-gradient(150.26deg,#d7487a 9.17%,#d7487a 102.29%);-webkit-background-clip:text}.link{cursor:pointer}button.link{padding:0}button.link:hover{color:#eaeaea}.layout{overflow:hidden}.layout-inner{margin-left:0;padding-top:64px}@media only screen and (min-width:768px){.layout-inner{margin-left:92px;padding-top:0}}@media only screen and (min-width:1440px){.layout-inner{margin-left:256px}}.layout__content{padding-bottom:35px;padding-top:35px}@media only screen and (max-width:576px){.layout__content{padding-bottom:90px}}.layout-settings__banner{background:linear-gradient(266.34deg,#ffe6eb 12.85%,#fff0ed 48.77%);padding-bottom:80px;padding-top:80px}@media only screen and (max-width:1200px){.layout-settings__banner{padding-bottom:60px;padding-top:60px}}@media only screen and (max-width:768px){.layout-settings__banner{padding-bottom:40px;padding-top:40px}}.layout-settings__banner .btn--primary{min-width:0;min-width:auto}@media only screen and (min-width:1200px){.layout-settings__container{max-width:950px}}.inner-container{max-width:1227px}@media only screen and (max-width:1200px){.inner-container{max-width:738px}}@media only screen and (max-width:768px){.inner-container{max-width:574px}}@media only screen and (max-width:576px){.inner-container{max-width:100%}}.inner-grid{grid-gap:24px;display:grid;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:768px){.inner-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:576px){.inner-grid{grid-template-columns:1fr}}.barzahlen_frame{display:none}.barzahlen_frame.active{bottom:0;display:block;height:100vh;left:0;margin:0 auto;position:fixed;right:0;top:0;width:100%;z-index:1000}.modal-content{background-color:#5d2a1f;border-radius:15px}.modal-close-custom{cursor:pointer;padding:0;position:absolute;right:12px;top:12px;z-index:3}@media only screen and (min-width:768px){.modal-close-custom{right:16px;top:16px}}.modal-close-custom svg{fill:#fff;transition:all .6s ease}.modal-close-custom:hover svg{fill:#d7487a}.modal-backdrop{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(20,16,40,.6);opacity:1}.modal-title{font-family:OakesGrotesk-SemiBold,sans-serif;font-size:20px;line-height:20px}@media only screen and (min-width:768px){.modal-title{font-size:32px;line-height:32px}}.text-center{text-align:center}.form-radio{height:100%;position:relative;width:100%}.form-radio__in{align-items:center;cursor:pointer;display:flex;height:100%;transition:all .6s ease}.form-radio__text{flex-grow:1;font-size:18px;margin-right:18px;transition:all .3s ease}@media only screen and (max-width:576px){.form-radio__text{font-size:14px}}.form-radio__gal{height:24px;min-width:24px;position:relative;width:24px}.form-radio__gal,.form-radio__gal:before{border-radius:50%;transition:all .3s ease}.form-radio__gal:before{content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.form-radio input{opacity:0;position:absolute;visibility:hidden}.form-radio input:checked~.form-radio__in .form-radio__gal:before{height:8px;width:8px}.radio{min-width:177px;position:relative}.radio__in{border:1px solid #d76d57;border-radius:12px;cursor:pointer;display:flex;font-family:OakesGrotesk-Medium;height:100%;justify-content:center;padding:13px 16px;text-align:center;transition:all .6s ease;width:100%}@media only screen and (max-width:576px){.radio__in{padding:16px}}.radio__text{font-size:1rem;transition:all .3s ease}.radio input{opacity:0;position:absolute;visibility:hidden}.radio input:checked~.radio__in{background-color:#d76d57}.radio-group{display:flex;flex-wrap:wrap;gap:24px}.section__title{font-size:72px;line-height:1.2;margin-bottom:100px}@media only screen and (max-width:1200px){.section__title{font-size:48px;margin-bottom:60px}}@media only screen and (max-width:768px){.section__title{font-size:32px;margin-bottom:40px}}.section__title--decor{position:relative}.section__title--decor:after{bottom:-50px;content:"";height:2px;left:0;position:absolute;width:100px}@media only screen and (max-width:1200px){.section__title--decor:after{bottom:-30px}}@media only screen and (max-width:768px){.section__title--decor:after{bottom:-20px}}.section__subtitle{letter-spacing:3.5px;margin-bottom:35px;text-transform:uppercase}@media only screen and (max-width:1200px){.section__subtitle{font-size:12px;letter-spacing:1.2px;margin-bottom:20px}}@media only screen and (max-width:768px){.section__subtitle{margin-bottom:14px}}.section__description{font-size:18px;line-height:180%;margin-bottom:60px}@media only screen and (max-width:1200px){.section__description{font-size:14px;margin-bottom:40px}}@media only screen and (max-width:768px){.section__description{margin-bottom:30px}}@media only screen and (max-width:576px){.section__description{margin-bottom:20px}}.section__row{display:flex;justify-content:space-between;margin-left:-15px;margin-right:-15px}@media only screen and (max-width:576px){.section__row{flex-wrap:wrap}}.section__picture{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;box-shadow:30px 30px 60px rgba(129,49,62,.14);min-height:720px;position:relative;width:100%}@media only screen and (max-width:1200px){.section__picture{min-height:555px}}@media only screen and (max-width:576px){.section__picture{min-height:396px}}.section__picture-wrapper{max-width:517px;position:relative;transition:all .6s ease}.section__picture-wrapper:before{content:"";height:100%;position:absolute;right:16px;top:14px;transition:all .6s ease;width:100%}@media only screen and (max-width:1200px){.section__picture-wrapper:before{right:7px;top:9px}}@media only screen and (min-width:1200px){.section__picture-wrapper:hover:before{right:10px;top:10px}}@media only screen and (max-width:576px){.section__picture-wrapper{margin-left:8px}}.section__column{padding-left:18px;padding-right:18px;position:relative;width:100%}.section__column--description{flex:0 0 41.666667%;max-width:41.666667%}@media only screen and (max-width:1200px){.section__column--description{flex:0 0 50%;max-width:50%}}@media only screen and (max-width:576px){.section__column--description{flex:0 0 100%;max-width:100%;order:1}.section__column--description .button{margin-bottom:23px}}.section__column--description .button{padding:16px 38px 15px}.section__column--picture{flex:0 0 50%;max-width:50%}@media only screen and (max-width:576px){.section__column--picture{flex:0 0 100%;max-width:100%;order:2}}.section__column--navigation{flex:0 0 8.333333%;max-width:8.333333%;position:relative}@media only screen and (max-width:1200px){.section__column--navigation{display:none}}.section__navigation{align-items:center;cursor:pointer;display:flex;font-size:12px;letter-spacing:3px;line-height:1;position:absolute;right:-138px;text-transform:uppercase;top:150px;transform:rotate(-90deg);white-space:nowrap;z-index:2}@media only screen and (max-width:1200px){.section__navigation{display:none}}.section__navigation-arrow{transition:all .6s ease}.section__navigation-count{left:15px;position:absolute;top:50%;transform:translateY(-50%)}.section__navigation-count-wrapper{margin-left:22px;margin-right:42px;position:relative}.section__navigation-count-wrapper svg{fill:none}.section__navigation-hr{height:2px;margin-left:20px;width:100px}.section__navigation:hover .section__navigation-arrow{transform:translateX(-10px)}.form-select{height:100%;position:relative;width:100%;z-index:1}.form-select__in{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;font-family:OakesGrotesk-Medium;position:relative}.form-select__selected{background-color:#d76d57;border-radius:12px;padding:13px 16px;position:relative;transition:all .6s ease;width:100%;z-index:1}.form-select__arrow{fill:#fff;position:absolute;right:14px;top:50%;transform:translateY(-50%);transition:all .6s ease}.form-select__dropdown{background-color:#d76d57;border:1px solid #f4a291;border-radius:12px;left:0;max-height:230px;overflow-y:auto;position:absolute;top:calc(100% + 8px);width:100%}.form-select__dropdown::-webkit-scrollbar{height:5px;width:5px}.form-select__dropdown::-webkit-scrollbar-track{background:transparent}.form-select__dropdown::-webkit-scrollbar-thumb{background-color:#eaeaea;border-radius:12px;height:10px;width:10px}.form-select__option-in{align-items:center;display:flex;justify-content:space-between;overflow:hidden;padding:9px 13px;position:relative;text-overflow:ellipsis;transition:all .6s ease;white-space:nowrap;width:100%}.form-select__option-check{border-radius:50%;height:16px;margin-bottom:3px;margin-left:5px;min-width:16px;position:relative;transition:all .3s ease;width:16px}@media only screen and (max-width:768px){.form-select__option-check{margin-bottom:2px}}.form-select__option-check:before{border-radius:50%;content:"";height:13px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:13px}.form-select__option--selected .form-select__option-in{background:linear-gradient(150.26deg,#ea5c72 9.17%,#ea5c72 102.29%)}.form-select--open{z-index:2}.form-select--open .form-select__arrow{transform:translateY(-50%) scaleY(-1)}.color-purple{color:#f4a291}.color-purple-1{color:#eaeaea}.color-purple-2{color:#d76d57}.color-purple-3{color:#c1523c}.color-pink,.color-red{color:#d7487a}.color-light{color:#fff}a::-moz-selection,div::-moz-selection,h1::-moz-selection,h2::-moz-selection,h3::-moz-selection,h4::-moz-selection,h5::-moz-selection,h6::-moz-selection,img::-moz-selection,li::-moz-selection,mark::-moz-selection,p::-moz-selection,span::-moz-selection,ul::-moz-selection{background-color:#f4a291;color:#fff}a::selection,div::selection,h1::selection,h2::selection,h3::selection,h4::selection,h5::selection,h6::selection,img::selection,li::selection,mark::selection,p::selection,span::selection,ul::selection{background-color:#f4a291;color:#fff}::-moz-selection{background-color:#f4a291;color:#fff}::selection{background-color:#f4a291;color:#fff}.tabs{align-items:flex-end;border-bottom:1px solid #665bb1;display:flex;justify-content:space-between}@media only screen and (min-width:768px){.tabs{justify-content:center}}.tabs__item{align-items:center;cursor:pointer;display:flex;flex:1;font-size:12px;font-weight:600;justify-content:center;line-height:20px;margin-bottom:-1px;padding:0 8px 13px;position:relative}@media only screen and (min-width:768px){.tabs__item{flex:0 0 auto;font-size:16px}}@media only screen and (min-width:1024px){.tabs__item{padding:0 32px 13px}}.tabs__item:after{background:transparent;bottom:0;content:"";height:5px;left:0;position:absolute;transition:all .25s;width:100%}.tabs__item_active{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(150.26deg,#d7487a 9.17%,#d7487a 102.29%);-webkit-background-clip:text;background-clip:text}.tabs__item_active:after{background:linear-gradient(150.26deg,#d7487a 9.17%,#d7487a 102.29%)}.tabs__item-mla{margin-left:auto}.title-h1{font-size:3.1rem}.title-h2{font-size:2.8rem}.title-h3{font-size:2.33rem}.title-h4{font-size:2rem}.title-h5{font-size:1.78rem}.title-h6{font-size:1rem}.text-body,.title-h7{font-size:.88rem}.h1{font-size:32px;font-weight:600;line-height:42px;margin-bottom:0}@media only screen and (min-width:1440px){.h1{font-size:56px;line-height:66px}}.user-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}@media only screen and (min-width:768px){.user-grid{gap:12px;grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1024px){.user-grid{gap:20px}}@media only screen and (min-width:1440px){.user-grid{gap:20px;grid-template-columns:repeat(4,1fr)}}.home-layout{display:grid;grid-template-columns:605px 1fr;min-height:100vh}@media only screen and (max-width:1024px){.home-layout{grid-template-columns:429px 1fr}}@media only screen and (max-width:768px){.home-layout{grid-template-columns:1fr}}@media only screen and (max-width:375px){.home-layout{grid-template-columns:1fr}}.home-layout__auth{overflow:auto;width:100%}@media only screen and (min-width:768px){.home-layout__auth{width:auto}}.home-layout__picture{display:none}@media only screen and (min-width:768px){.home-layout__picture{background:transparent url(/pictures/home/banner.jpg) 50% no-repeat;background-size:cover;display:block}}