:root{--anchor-color:#3567ff;--borderContainer-size-small:5px 15px;--borderContainer-size-default:16px 24px;--borderContainer-size-medium:24px;--borderContainer-size-big:40px;--borderContainer-borderColor:#e6e6e6;--borderContainer-borderSize:1px;--colorSelector-activeBorder:#3567ff;--colorSelector-dotBorder:#c7c7c7;--colorSelector-disabled:#acacac;--colorSelector-disabledUnderline:#f2f2f2;--countInput-background:transparent;--countInput-background-disabled:#f6f6f6;--countInput-border:#858785;--countInput-border-active:#aaa;--countInput-border-disabled:#e6e6e6;--loader-background:white;--loader-color:grey}.border-container{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;width:100%;position:relative;border-radius:var(--des-radius-container);border:var(--des-dimension-stroke-default) solid var(--des-color-stroke-specific-container-no-fill);background:var(--des-color-fill-container-base);padding-block:var(--des-dimension-gap-and-padding-general-away-tiny);padding-inline:var(--des-dimension-gap-and-padding-general-away-default);gap:var(--des-dimension-gap-and-padding-container-list-gap)}.border-container--small{padding-block:var(--des-dimension-gap-and-padding-general-near-default);padding-inline:var(--des-dimension-gap-and-padding-general-near-2x-large)}.border-container--medium{padding:var(--des-dimension-gap-and-padding-general-away-medium)}.border-container--big{padding:var(--des-dimension-gap-and-padding-general-away-2x-large)}.color-selector{display:flex;flex-wrap:wrap;min-height:20px;align-items:center;gap:var(--des-spacing-small-element-between-other-2x-large)}.color-selector--active{min-height:34px}.color-selector__dot-container{display:flex;justify-content:center;align-items:center;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content}@media(min-width:768px){.color-selector__dot-container{width:54px;height:50px}}.color-selector__dot{cursor:pointer;width:-moz-fit-content;width:fit-content;box-sizing:border-box;padding:0;border-radius:100%;transition:all .2s;position:relative}.color-selector__dot:after{content:"";position:absolute;width:100%;height:100%;border:0 solid var(--colorSelector-activeBorder);border-radius:100%;box-sizing:border-box;transition:all .2s;top:0;inset-inline-start:0}@media(min-width:768px){.color-selector__dot{width:20px;border:0 solid var(--colorSelector-activeBorder)}.color-selector__dot:after{content:unset}}@media screen and (min-width:768px){.color-selector__dot{margin-bottom:0}}.color-selector__dot .color-selector__dot-line{display:none}.color-selector__dot>div{border-radius:100%;width:var(--des-dimension-height-and-width-icon-regular);height:var(--des-dimension-height-and-width-icon-regular);background-color:inherit;box-shadow:0 0 0 1px var(--colorSelector-dotBorder)}@media(min-width:768px){.color-selector__dot>div{width:100%}}.color-selector__dot:last-of-type{margin-inline-end:0}.color-selector__dot--active:after,.color-selector__dot:hover:after{content:"";width:calc(100% + 14px);height:calc(100% + 14px);border:3px solid var(--colorSelector-activeBorder);position:absolute;border-radius:100%;box-sizing:border-box;top:-7px;inset-inline-start:-7px}@media(min-width:768px){.color-selector__dot--active,.color-selector__dot:hover{border-width:3px;padding:4px;width:34px}.color-selector__dot--active:after,.color-selector__dot:hover:after{content:unset}}.color-selector__dot--disabled>div{position:relative}.color-selector__dot--disabled>div .color-selector__dot-line{content:"";display:block;border-top:2px solid rgba(0,0,0,0);border-bottom:2px solid var(--colorSelector-disabledUnderline);width:141%;height:0;position:absolute;inset-inline-start:50%;top:50%;transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform-origin:center center}[dir=rtl] .color-selector__dot--disabled>div .color-selector__dot-line{transform:translateX(50%) translateY(-50%) rotate(-45deg)}@keyframes loading{0%{transform:translate(0)}50%{transform:translateY(15px)}to{transform:translate(0)}}.loader{display:flex;align-items:center;top:0;inset-inline-start:16px;position:absolute;width:100%;height:100%;background:var(--loader-background)}.loader--centered{justify-content:center;inset-inline:0;bottom:0;width:unset;height:unset}.loader__list{display:flex;justify-content:space-between;width:3rem;flex-wrap:wrap;margin-top:-15px}.loader__element{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:var(--loader-color)}.loader__element:last-child{animation:loading .75s linear .2s infinite}.loader__element:nth-last-child(2){animation:loading .75s linear .3s infinite}.loader__element:nth-last-child(3){animation:loading .75s linear .4s infinite}.typography{font-family:var(--font-family);font-weight:var(--weight-medium)}.typography.typography--desktop--header{font-size:45px;line-height:55px}.typography.typography--desktop--section-heading{font-size:32px;line-height:44px}.typography.typography--desktop--subheader{font-size:30px;line-height:30px}.typography.typography--desktop--section-title{font-size:26px;line-height:38px}.typography.typography--desktop--title{font-size:20px;line-height:24px}.typography.typography--desktop--small-title{font-size:18px;line-height:24px}.typography.typography--desktop--subtitle{font-size:16px;line-height:23px}.typography.typography--desktop--box,.typography.typography--desktop--text{font-size:14px;line-height:23px}.typography.typography--desktop--smallText{font-size:12px;line-height:14px}.typography.typography--primary{color:#373a36}.typography.typography--reverse-primary{color:#fff}.typography.typography--secondary{color:#666b69}.typography.typography--tertiary{color:#333936}.typography.typography--uppercase{text-transform:uppercase}.typography.typography--thin{font-weight:var(--weight-light)}.typography.typography--bold{font-weight:var(--weight-bold)}@media screen and (max-width:768px){.typography.typography--mobile--header{font-size:45px;line-height:55px}.typography.typography--mobile--section-heading{font-size:32px;line-height:44px}.typography.typography--mobile--subheader{font-size:30px;line-height:30px}.typography.typography--mobile--section-title{font-size:26px;line-height:38px}.typography.typography--mobile--title{font-size:20px;line-height:24px}.typography.typography--mobile--small-title{font-size:18px;line-height:24px}.typography.typography--mobile--subtitle{font-size:16px;line-height:23px}.typography.typography--mobile--box,.typography.typography--mobile--text{font-size:14px;line-height:23px}.typography.typography--mobile--smallText{font-size:12px;line-height:14px}}@keyframes flickerAnimation{0%{opacity:.7}50%{opacity:.3}to{opacity:.7}}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes fadeInFromTop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutToTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes fadeInFromLeftAnimation{0%{opacity:0;transform:translateX(-10%)}to{opacity:1;transform:translateX(0)}}@keyframes textClip{to{background-size:100% 100%}}@keyframes scroll{0%{opacity:1;transform:translateY(-112px)}to{transform:translateY(45px)}}.title-border-header{font-family:var(--des-direction-text-font-family);font-size:var(--des-font-text-text-sm-size);line-height:var(--des-font-text-text-sm-line-height);letter-spacing:var(--des-font-text-text-sm-letter-spacing);font-weight:var(--des-font-text-text-sm-weight-light);color:var(--des-color-fill-glyph-primary);letter-spacing:var(--des-font-text-text-sm-letter-spacing-upper-case);text-transform:uppercase}
/*# sourceMappingURL=56cfb77a5db55f11.css.map*/