.gallery-modal{margin:10px 0 0;max-width:700px;min-height:250px;min-width:200px;padding:0;position:relative;width:100%}@media only screen and (max-width:1024px){.gallery-modal{margin:60px 60px 0}}@media only screen and (max-width:768px){.gallery-modal{margin:60px 0 0;max-width:100%}}.gallery-modal__image-wrapper{position:relative}.gallery-modal__image{background:var(--gray);border:none;border-radius:10px;box-shadow:none;height:100%;-o-object-fit:contain;object-fit:contain;outline:none;width:100%}.gallery-modal__actions{position:absolute;right:0;top:0;z-index:1}@media only screen and (max-width:768px){.gallery-modal__actions{top:-50px}}.gallery-modal__action{align-items:center;background:var(--white);border:none;border-radius:100%;cursor:pointer;display:inline-flex;height:50px;justify-content:center;opacity:.5;transition:var(--transition);width:50px}.gallery-modal__action:hover{opacity:1}.gallery-modal__action .icon{height:22px;width:22px}.gallery-modal__action .icon svg path{fill:var(--dark)}.gallery-modal__arrow{bottom:0;position:absolute;top:50%;transform:translateY(-50%)}@media only screen and (max-width:768px){.gallery-modal__arrow{border-radius:10px;height:100%;opacity:.3}}.gallery-modal__arrow--right{right:0}@media only screen and (min-width:769px){.gallery-modal__arrow--right{transform:translate(100%,-50%)}}.gallery-modal__arrow--left{left:0}@media only screen and (min-width:769px){.gallery-modal__arrow--left{transform:translate(-100%,-50%)}}.editor-js-renderer{display:flex;flex-direction:column;grid-gap:20px}.editor-js-renderer .swiper-button-next,.editor-js-renderer .swiper-button-prev{color:var(--orange)}.editor-js-renderer .swiper-pagination-bullet-active{background:var(--orange)}.editor-js-renderer__paragraph{color:var(--dark);font-size:1em;font-weight:500;line-height:26px;margin:0;padding:0;width:100%}.editor-js-renderer__paragraph a{text-decoration:underline}.editor-js-renderer__warning{background:#f2f2f2;border-left:5px solid var(--orange);border-radius:var(--main-radius);display:grid;gap:10px;margin:0 auto;max-width:80%;padding:30px 50px;width:100%}@media only screen and (max-width:540px){.editor-js-renderer__warning{max-width:100%;padding:20px 30px}}.editor-js-renderer__warning span{color:var(--dark);font-size:1em;font-weight:500;line-height:26px}.editor-js-renderer__warning p{color:var(--dark-light);font-size:.875em;font-weight:500;line-height:22px}.editor-js-renderer__video{border:1px solid rgba(0,0,0,.15);border-radius:var(--main-radius);display:grid;gap:10px;padding:10px;width:100%}.editor-js-renderer__video video{border-radius:var(--main-radius);max-height:400px;width:100%}.editor-js-renderer__video span{color:var(--dark);font-size:1.375em;font-weight:700;line-height:28px}.editor-js-renderer__audio{align-items:flex-start;border:1px solid rgba(0,0,0,.15);display:flex;flex-direction:column;gap:10px;padding:10px}.editor-js-renderer__audio,.editor-js-renderer__audio audio{border-radius:var(--main-radius);width:100%}.editor-js-renderer__audio img{border-radius:var(--main-radius);height:auto;max-height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:auto}.editor-js-renderer__audio span{color:var(--dark);font-size:1.375em;font-weight:700;line-height:28px}.editor-js-renderer__table{overflow-x:auto;width:100%}.editor-js-renderer__table table{border-collapse:collapse;width:100%}.editor-js-renderer__table table th{background:var(--gray-10);text-align:left}.editor-js-renderer__table table th,.editor-js-renderer__table table tr td{border-bottom:1px solid var(--gray-30);padding:8px}.editor-js-renderer__linkTool{align-items:center;background:var(--gray-20);border-radius:var(--main-radius);box-sizing:border-box;color:var(--dark);display:flex;gap:30px;margin:0 auto;max-width:80%;padding:15px;text-decoration:none;width:100%}@media only screen and (max-width:1024px){.editor-js-renderer__linkTool{max-width:100%}}@media only screen and (max-width:600px){.editor-js-renderer__linkTool{flex-direction:column;gap:15px;text-align:center}}.editor-js-renderer__linkTool:hover{background:var(--gray-30)}.editor-js-renderer__linkTool:active{transform:scale(.97)}.editor-js-renderer__linkTool-content{display:flex;flex-direction:column;gap:5px}.editor-js-renderer__linkTool-content span:first-child{font-size:1.125rem;font-weight:700}@media only screen and (max-width:600px){.editor-js-renderer__linkTool-content span:first-child{font-size:1rem}.editor-js-renderer__linkTool-content span:last-child{font-size:.875rem}}.editor-js-renderer__linkTool img{border-radius:var(--main-radius);flex-shrink:0;height:auto;max-height:100px;max-width:150px;-o-object-fit:contain;object-fit:contain;overflow:hidden;width:100%}@media only screen and (max-width:600px){.editor-js-renderer__linkTool img{max-height:80px}}.editor-js-renderer__delimiter{background:none;border:none;height:auto;position:relative;text-align:center}.editor-js-renderer__delimiter:before{content:"***";display:inline-block;font-size:30px;height:30px;letter-spacing:.2em;line-height:65px}.editor-js-renderer__raw,.editor-js-renderer__raw>div{width:100%}.editor-js-renderer__raw iframe{border:none;width:100%}.editor-js-renderer__image{display:flex;flex-direction:column;gap:8px;height:auto;max-height:500px}.editor-js-renderer__image:hover{filter:brightness(.9)}.editor-js-renderer__image--stretch.editor-js-renderer__image{width:100%}.editor-js-renderer__image--stretch.editor-js-renderer__image img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.editor-js-renderer__image img{border-radius:var(--main-radius);height:auto;-o-object-fit:contain;object-fit:contain;width:auto}.editor-js-renderer__image span{color:var(--dark-light);font-size:.875em;line-height:normal;width:100%}.editor-js-renderer__carousel-carousel .swiper-slide{border-radius:var(--main-radius);display:grid}.editor-js-renderer__carousel-carousel img{border-radius:var(--main-radius);height:100%;max-height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.editor-js-renderer__carousel-standard{gap:10px}@media only screen and (max-width:1024px){.editor-js-renderer__carousel-standard{grid-template-columns:1fr 1fr!important}}@media only screen and (max-width:640px){.editor-js-renderer__carousel-standard{grid-template-columns:1fr!important}}.editor-js-renderer__carousel-standard img{border-radius:var(--main-radius);height:100%;max-height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.editor-js-renderer__carousel-masonry{-moz-column-gap:10px;column-gap:10px;width:100%}@media only screen and (max-width:640px){.editor-js-renderer__carousel-masonry{-moz-column-count:1!important;column-count:1!important}}.editor-js-renderer__carousel-masonry img{border-radius:var(--main-radius);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.editor-js-renderer__carousel-masonry li{width:100%;-moz-column-break-inside:avoid;break-inside:avoid-column;margin-bottom:10px}.editor-js-renderer__header{color:var(--dark);font-weight:700;margin:0;padding:0;width:100%}.editor-js-renderer__header--2{font-size:28px;line-height:36px}.editor-js-renderer__header--3{font-size:22px;line-height:28px}.editor-js-renderer__header--4{font-size:18px;line-height:22px}.editor-js-renderer__header--5{font-size:16px;line-height:18px}.editor-js-renderer__header--6{font-size:14px;line-height:16px}.editor-js-renderer__list--unordered{list-style-position:inside;list-style-type:disc;padding-left:10px}.editor-js-renderer__list--unordered ol{list-style-position:inside;list-style-type:lower-latin;margin-left:15px}.editor-js-renderer__list--unordered ul{list-style-position:inside;list-style-type:circle;margin-left:15px}.editor-js-renderer__code{background:#fcf0ef;border-radius:var(--main-radius);font-family:monospace;font-size:.875rem;padding:10px}.editor-js-renderer__list--ordered{list-style-position:inside;list-style-type:decimal;padding-left:10px}.editor-js-renderer__list--ordered ol{list-style-position:inside;list-style-type:lower-latin;margin-left:15px}.editor-js-renderer__list--ordered ul{list-style-position:inside;list-style-type:circle;margin-left:15px}.editor-js-renderer__embed{align-items:flex-start;border:1px solid rgba(0,0,0,.15);border-radius:var(--main-radius);display:flex;flex-direction:column;gap:10px;padding:10px;width:100%}.editor-js-renderer__embed span{color:var(--dark);font-size:1.375em;font-weight:700;line-height:28px}.editor-js-renderer__embed iframe{border:none;border-radius:var(--main-radius);height:350px;max-width:100%;width:100%}@media only screen and (max-width:580px){.editor-js-renderer__embed iframe{height:270px}}@media only screen and (max-width:420px){.editor-js-renderer__embed iframe{height:230px}}.editor-js-renderer__quote{background:var(--gray-100,#f7f7f7);border-radius:16px;display:grid;gap:10px;padding:32px;position:relative}@media only screen and (max-width:480px){.editor-js-renderer__quote{padding:24px}}.editor-js-renderer__quote svg{height:48px;width:48px}.editor-js-renderer__quote svg path{fill:#a5a5a5}.editor-js-renderer__quote-text{color:var(--dark);font-size:1.25em;line-height:140%}.editor-js-renderer__quote-header{align-items:center;display:flex;gap:8px}.editor-js-renderer__quote-image{border-radius:8px;height:64px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:64px}.editor-js-renderer__quote-author{align-items:center;display:grid}.editor-js-renderer__quote-author span:first-child{color:var(--dark);font-size:1em;font-weight:600;line-height:140%}.editor-js-renderer__quote-author span:last-child{color:var(--body_muted,#919191);font-size:.875em;line-height:120%}
