.img-content{display:grid;grid-template-columns:minmax(0, 1fr);-moz-column-gap:var(--gutter-standard);column-gap:var(--gutter-standard);row-gap:var(--space-m);position:relative}.img-content.img-content-specialities{padding-bottom:var(--space-xl)}.img-content.second-image{grid-template-columns:minmax(0, 3fr) minmax(0, 2fr);-moz-column-gap:var(--gutter-x-loose);column-gap:var(--gutter-x-loose);align-items:center}.img-content.second-image .img{display:grid;grid-template-columns:minmax(0, 2fr) minmax(0, 1fr);-moz-column-gap:var(--gutter-tight);column-gap:var(--gutter-tight);row-gap:0}.img-content.second-image .img .media-container:first-child{margin-bottom:var(--space-3xl)}.img-content.second-image .img .media-container:last-child{margin-top:auto}.img-content.second-image .slick-controls{display:none}@media(max-width: 48rem){.img-content.second-image{row-gap:var(--gutter-x-loose);grid-template-columns:1fr}}.img-content.text-image.second-image{grid-template-columns:minmax(0, 2fr) minmax(0, 3fr)}.img-content.text-image.second-image .img{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr)}.img-content.text-image.second-image .img .media-container:first-child{margin-bottom:unset;margin-top:auto}.img-content.text-image.second-image .img .media-container:last-child{margin-bottom:var(--space-3xl)}@media(max-width: 48rem){.img-content.text-image.second-image .img{order:1}.img-content.text-image.second-image .content{order:2}}@media(max-width: 48rem){.img-content.text-image.second-image{grid-template-columns:1fr}}@media(min-width: calc(48rem + 1px)){.img-content{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: calc(64rem + 1px)){.img-content{-moz-column-gap:var(--gutter-loose);column-gap:var(--gutter-loose)}}@media(min-width: calc(90rem + 1px)){.img-content{-moz-column-gap:var(--gutter-x-loose);column-gap:var(--gutter-x-loose)}}.img-content .content{max-width:var(--width-content);flex-grow:1;flex-basis:0;display:flex;justify-content:center;align-items:center;flex-direction:column}.img-content .content.content-specialities{justify-content:space-between}.img-content .content .content-inner{width:100%;display:flex;flex-direction:column}.img-content .content .content-wrap{width:100%}.img-content .content .js-single-modal-trigger-ajax{margin-bottom:0}.img-content .content .specialities{margin-top:var(--space-xl);margin-bottom:calc(-1*var(--space-xl));padding:var(--space-xl);background:var(--color-background-alt);border-radius:12px;box-shadow:4px 8px 24px 0px var(--color-body-a5, rgba(17, 19, 18, 0.05));min-width:calc(100% + var(--gutter-x-loose) + 20%);margin-right:unset;margin-left:unset;position:relative;transform:translateX(-50%);right:-50%;z-index:1;gap:var(--space-s);display:flex;flex-direction:column}.img-content .content .specialities .specialities-list{-moz-column-count:2;column-count:2;-moz-column-gap:var(--gutter-loose);column-gap:var(--gutter-loose)}.img-content .content .specialities .specialities-list .speciality{-moz-column-break-inside:avoid;break-inside:avoid;padding:var(--space-s) 0;justify-content:space-between;font-family:var(--font-family-button-text);font-weight:var(--font-weight-button-text);text-transform:var(--text-transform-button-text);font-size:var(--font-size-button-text-m);line-height:var(--line-height-button-text-m);letter-spacing:var(--letter-spacing-button-text-m);color:var(--color-body-a75);width:100%;display:flex;border-bottom:1px solid;border-color:var(--color-body-a25)}.img-content .content .specialities .specialities-list .speciality svg{width:var(--size-m-3);height:var(--size-m-3)}@media(max-width: 48rem){.img-content .content .specialities{transform:unset;left:unset;right:unset;min-width:100%}.img-content .content .specialities .specialities-list{-moz-column-count:1;column-count:1}}.img-content .img{position:relative;border-radius:12px}.img-content .img video{border-radius:12px}.img-content .img .image-icon{position:absolute;display:flex;align-items:center;top:0;right:0;width:calc(var(--size-l-5) + var(--space-xs) + var(--space-xs));aspect-ratio:1;padding:var(--space-xs);background-color:var(--color-background);border-radius:0px 0px 0px 12px}.img-content .img .image-icon::after,.img-content .img .image-icon::before{content:"";position:absolute;width:1.313rem;height:1.313rem;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 20C21 8.40205 11.598 -0.999969 0 -0.999969H21V20Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat 50% 50%;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 20C21 8.40205 11.598 -0.999969 0 -0.999969H21V20Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background-color:var(--color-background)}.img-content .img .image-icon::before{top:0;left:-1.313rem}.img-content .img .image-icon::after{bottom:-1.313rem;right:0}.img-content .img .image-icon svg{width:var(--size-l-5);aspect-ratio:1;height:auto}@media(max-width: 48rem){.img-content .img .image-icon{bottom:0;top:unset;left:0;border-radius:0px 12px 0px 0px}.img-content .img .image-icon::before,.img-content .img .image-icon::after{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0.5C0 13.7548 10.7452 24.5 24 24.5H0V0.5Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat 50% 50%;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0.5C0 13.7548 10.7452 24.5 24 24.5H0V0.5Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat 50% 50%}.img-content .img .image-icon::before{top:-1.313rem;left:0;right:unset}.img-content .img .image-icon::after{right:-1.313rem;bottom:0;left:unset}}.img-content .img .media-container>div{border-radius:12px}.img-content .img .media-container .slick-track::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;opacity:.4;background:linear-gradient(0deg, #081516 0%, rgba(8, 21, 22, 0) 53.65%, rgba(8, 21, 22, 0) 53.65%);z-index:9999}@media(max-width: 40rem){.img-content .img{width:100%}}.img-content .img img{width:100%;border-radius:12px;position:relative}.img-content .img .slick-list,.img-content .img .slick-track{top:0;left:0;height:100%;width:100%}.img-content .img .slick-controls{width:100%}.img-content .img .slick-controls .slick-control{color:var(--color-body)}.img-content .img .slick-controls .slick-control:hover{color:var(--color-accent-primary)}.img-content.text-image .content{order:1}.img-content.text-image .content .specialities{margin-right:unset;margin-left:unset;position:relative;transform:translateX(50%);left:-50%}@media(max-width: 40rem){.img-content.text-image .content{order:unset}}.img-content.text-image .img{order:2}.img-content.text-image .img .image-icon{position:absolute;display:flex;align-items:center;top:0;left:0;width:calc(var(--size-l-5) + var(--space-xs) + var(--space-xs));aspect-ratio:1;padding:var(--space-xs);background-color:var(--color-background);border-radius:0px 0px 12px 0px}.img-content.text-image .img .image-icon::after,.img-content.text-image .img .image-icon::before{content:"";position:absolute;width:1.313rem;height:1.313rem;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 24C0 10.7452 10.7452 0 24 0H0V24Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat 50% 50%;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 24C0 10.7452 10.7452 0 24 0H0V24Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background-color:var(--color-background)}.img-content.text-image .img .image-icon::before{top:0;right:-1.313rem;left:unset}.img-content.text-image .img .image-icon::after{bottom:-1.313rem;left:0}.img-content.text-image .img .image-icon svg{width:var(--size-l-5);aspect-ratio:1;height:auto}@media(max-width: 48rem){.img-content.text-image .img .image-icon{bottom:0;top:unset;left:0;border-radius:0px 12px 0px 0px}.img-content.text-image .img .image-icon::before,.img-content.text-image .img .image-icon::after{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0.5C0 13.7548 10.7452 24.5 24 24.5H0V0.5Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat 50% 50%;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0.5C0 13.7548 10.7452 24.5 24 24.5H0V0.5Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat 50% 50%}.img-content.text-image .img .image-icon::before{top:-1.313rem;left:0;right:unset}.img-content.text-image .img .image-icon::after{right:-1.313rem;bottom:0;left:unset}}@media(max-width: 40rem){.img-content.text-image .img{order:unset}}@media(max-width: 40rem){.img-content.mob-img-bottom .content{order:1}.img-content.mob-img-bottom .img{order:2}}.img-content.column{grid-template-columns:minmax(0, 1fr)}.img-content.column .content{margin:0;width:100%;text-align:center;flex-basis:auto;align-items:unset}.img-content.column .content .buttons{justify-content:center;margin-bottom:0}.img-content.column .img{width:100%}.img-content.column .img .image-carousel{min-height:18rem}@media(max-width: 40rem){.img-content.column .img .image-carousel{min-height:16rem}}.img-content-columns{display:grid;gap:var(--gutter-standard)}@media(min-width: calc(48rem + 1px)){.img-content-columns{grid-template-columns:repeat(2, minmax(0, 1fr))}}
/*# sourceMappingURL=img_content.css.map */
