body{color:#444;font-size:20px;font-weight:400;font-family:Syntax,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,.h1,.h2,.h3,.h4{word-wrap:break-word;line-height:1.15em;text-transform:uppercase;color:#0098db;font-weight:700}h1,.h1{font-size:40px}h2,.h2{font-size:30px}h3,.h3{font-size:23px;color:#fff}h4,.h4{font-size:20px;color:#fff}strong{font-weight:700;font-style:inherit}em{font-style:italic;font-weight:inherit}.basicContainer{max-width:1480px;margin:0 auto;padding:60px 100px 35px}.scrollToAnchor{top:-60px;position:relative}#scrollToTop{display:grid;place-content:center;background-color:#0098db;box-shadow:0 5px 30px rgba(0,0,0,.1);text-align:center;cursor:pointer;width:40px;height:40px;position:fixed;bottom:0;right:0;z-index:100;opacity:0;transform:translateY(100px);transition:all .5s ease}#scrollToTop.visible{opacity:1;transform:translateY(0)}#scrollToTop svg{fill:#fff;height:16px;max-width:16px}#topBar{position:fixed;z-index:2000;top:0;left:0;width:100%;background-color:#fff;box-shadow:4px 4px 10px rgba(0,0,0,.05)}#topBar:before{content:"";position:absolute;z-index:10;left:0;top:0;background:url(/images/style/triangle-top-left.svg) no-repeat;background-size:contain;width:84px;height:200px;transition:.3s ease}#topBar .basicContainer{padding:0 40px 0 100px;display:flex;align-items:center;height:100px;transition:height .3s ease}#logo{display:flex;margin-right:auto;flex:0 0 auto}#logo img{height:40px}#logoText{margin-left:10px;transition:opacity .3s ease}#topBar.scrolled .basicContainer{height:60px}#topBar.scrolled #logoText{opacity:0}#topBar.scrolled:before{width:42px;height:100px}#stickyScrollGhost{height:100px}body.mobileMenuToggleActive{position:fixed;width:100%}#mobileMenuToggle{position:relative;z-index:3000;display:none;align-items:center;margin-left:10px;background-color:#0098db;height:40px;padding:0 10px}#mobileMenuToggle .mobileMenuButtonLabel{margin-left:5px;font-size:14px;font-weight:700;text-transform:uppercase;color:#fff}#mobileMenuToggle .mobileMenuButtonHamburger{width:20px;height:20px;display:flex;flex-direction:column;justify-content:center}#mobileMenuToggle .mobileMenuButtonHamburger span{width:20px;height:2px;background-color:#fff;margin:2px 0;transition:all .3s ease-in-out}#mobileMenuToggle .mobileMenuButtonHamburger span:nth-child(2){width:15px}#mobileMenuToggle.active .mobileMenuButtonHamburger span:nth-child(1){transform:translateY(6px) rotate(45deg)}#mobileMenuToggle.active .mobileMenuButtonHamburger span:nth-child(2){opacity:0}#mobileMenuToggle.active .mobileMenuButtonHamburger span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}#mobileMenuToggleContainer{left:0%;top:70px;width:100%;height:100%;display:none;position:fixed;background-color:#c7e7ee;z-index:1002}body.mobileMenuToggleActive #mobileMenuToggleContainer{display:block}#mobileMenuToggleContainerScroll{overflow-y:auto;height:calc(100% - 70px)}@media screen and (min-width: 1024px){body.mobileMenuToggleActive #mobileMenuToggleContainer{display:none}}@media (max-width: 1023px){#mobileMenuToggleContainerScroll{overflow-y:scroll;-webkit-overflow-scrolling:touch}}#homeIntroMessageContainer{position:absolute;top:30px;z-index:10;width:400px;right:0;transform:translate(100%);animation-name:slideInFromTheRight;animation-duration:1s;animation-delay:1s;animation-fill-mode:forwards}#introBlueBlock{background-color:#0098db;padding:30px;text-align:center;color:#fff;text-transform:uppercase;font-weight:700;margin-bottom:30px}#introBlueBlock .partContentText{line-height:1.2em}#introBlueBlock .partContentText h2{color:#fff;margin-bottom:10px}#introBlueBlock .partContentText *:last-child{margin-bottom:0}#introYellowBlock{background-color:#fae700;padding:30px;text-align:center;font-weight:700;text-transform:uppercase}#introYellowBlock p{color:#003359;display:block;margin-bottom:var(--partContentMargin);line-height:1.2em}#contactGoToFormButton{position:absolute;right:60px;bottom:60px;z-index:20;transform:translate(calc(100% + 60px));animation-name:slideInFromTheRight;animation-duration:1s;animation-delay:1s;animation-fill-mode:forwards}@keyframes slideInFromTheRight{0%{transform:translate(100%)}to{transform:translate(0)}}#homeIntroImage{height:calc(100vh - 100px);position:relative;overflow:hidden}#homeIntroImageText{position:absolute;bottom:0;left:0;width:100%;background-color:rgba(199,231,238,.9);z-index:10}#homeIntroImageText .partContentText.h2{font-weight:400}#homeIntroImageText .partContentText strong{color:#003359;font-weight:700}#homeIntroImageText .partButton.naked{margin-bottom:25px}#homeIntroImage .partContentFileImageGallery,#homeIntroImage .partContentFileImageGallery *{height:100%}#homeIntroText{text-align:center;display:none}#homeIntroText .basicContainer{max-width:1100px;padding-bottom:0}#homeIntroText h1{margin-bottom:10px}#homeServices .basicContainer{padding-bottom:0}.homeServiceItem{display:flex;flex-wrap:wrap;align-items:flex-start;text-decoration:none;color:inherit;margin-bottom:60px}@media (hover: hover){.homeServiceItem:hover .homeServiceItemText{background-color:#003359}.homeServiceItem:hover .homeServiceItemText h2{color:#003359}}.homeServiceItemText{background-color:#0098db;width:calc(50% + 40px);color:#fff;z-index:10;transition:background-color .3s ease}.homeServiceItemText h2{background-color:#fff;padding:0 50px 10px;min-height:61px;margin-top:-1px;position:relative;margin-bottom:45px;display:inline-flex;align-items:center;font-family:Variex,sans-serif;font-weight:400;clip-path:polygon(0 0,100% 0,calc(100% - 25px) 100%,0% 100%);transition:color .3s ease}.homeServiceItemText .partContentText{padding:0 50px 25px;font-size:23px}.homeServiceItemText.left{margin-right:-40px}.homeServiceItemText.right{margin-left:-40px}.homeServiceItemImages{width:calc(50% + 60px);display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);margin-top:60px;background-color:#c7e7ee;transition:transform 1s ease}@media (hover: hover){.homeServiceItem:hover .homeServiceItemImages{transform:scale(1.05)}}.homeServiceItemImages .partContentFileImageGallery:nth-child(1){grid-area:1 / 1 / 2 / 2}.homeServiceItemImages .partContentFileImageGallery:nth-child(2){grid-area:2 / 1 / 3 / 2}.homeServiceItemImages .partContentFileImageGallery:nth-child(3){grid-area:1 / 2 / 3 / 3}.homeServiceItemImages .partContentFileImageGallery:nth-child(3) *{height:100%}.homeServiceItemImages.right{margin-right:-60px}.homeServiceItemImages.left{margin-left:-60px}#highLightedProjects{background-color:#c7e7ee}#highLightedProjects .basicContainer .partButton.naked{margin-bottom:25px;margin-top:10px}#highLightedProjectList{display:flex;flex-wrap:wrap}.highLightedProjectItem{width:25%;position:relative;overflow:hidden}.highLightedProjectItemHeading{position:absolute;visibility:hidden;opacity:0;transition:opacity .3s ease;z-index:10;bottom:0;left:0;width:100%;height:100%;padding:20px 30px;background-color:rgba(18,64,103,.9);text-align:center;display:flex;justify-content:center;align-items:center}.highLightedProjectItem .partContentFileImageGallery{transition:transform .3s ease;transform:scale(1)}@media (hover: hover){.highLightedProjectItem:hover .highLightedProjectItemHeading{visibility:visible;opacity:1}.highLightedProjectItem:hover .partContentFileImageGallery{transform:scale(1.1)}}#references{text-align:center}#contentPage+#references:before,#ourBrands+#references:before{content:"";display:block;border-top:solid 1px rgba(0,0,0,.2);max-width:1280px;margin-left:auto;margin-right:auto}#references .partSlider{color:#003359}#references .partSlider .slide{padding:25px 30px 0;display:flex;flex-direction:column;justify-content:center;text-align:center;font-size:23px}#references .partSlider .slide .sliderPerson{font-style:italic;margin-bottom:25px}#bouwnuScore{display:block;border-top:solid 1px rgba(0,0,0,.2);padding-top:30px;margin-top:30px;font-size:18px;line-height:1.3em}#bouwnuScore a{color:#003359;transition:color .3s ease}#bouwnuScore a:hover{color:#0098db}#bouwnuScore strong{color:#0098db;font-size:20px}#uniqueSelingsPoints{background-color:#fae700}#uniqueSelingsPoints .basicContainer{padding-top:20px;padding-bottom:10px}#uniqueSelingsPoints ul{display:flex;flex-wrap:wrap;justify-content:space-between;font-weight:700;color:#003359;font-size:23px;line-height:1.3em}#uniqueSelingsPoints ul li{margin-bottom:10px}#uniqueSelingsPoints ul li:before{content:"\2713";margin-right:6px}#introTopImage{position:relative;overflow:hidden}#introTopImageHeading{position:absolute;left:0;bottom:-1px;right:0;z-index:10}#introTopImageHeading:after{content:"";position:absolute;bottom:0;left:0;height:90px;width:calc(50% - 400px);background-color:#fff}#introTopImageHeading .basicContainer{padding-top:0;padding-bottom:0;width:100%;z-index:10;position:relative}#introTopImageHeading .basicContainer h1{background-color:#fff;padding:0 100px 0 0;height:90px;display:inline-flex;align-items:center;font-family:Variex,sans-serif;font-weight:400;clip-path:polygon(0 0,100% 0,calc(100% - 25px) 100%,0% 100%)}#servicesIntro .basicContainer{display:flex;flex-wrap:wrap}#servicesIntroText{width:50%;font-size:23px}#servicesIntroText strong{color:#003359}#servicesIntroImage{width:50%;padding-left:50px;margin-bottom:25px}#servicesBlueBlocks .basicContainer{padding-top:0}#servicesBlueBlocksList{display:flex;flex-wrap:wrap;max-width:990px;margin:0 auto 25px}.blueBlockItem{width:50%;padding:50px 50px 25px}.blueBlockItem h2{margin-bottom:25px}.blueBlockItem:nth-child(odd){background-color:#c7e7ee;color:#003359}.blueBlockItem:nth-child(odd) h2{color:#003359}.blueBlockItem:nth-child(even){background-color:#0098db;color:#fff}.blueBlockItem:nth-child(even) h2{color:#fff}#servicesImageLeftTextRight .basicContainer{display:flex;flex-wrap:wrap;align-items:flex-start;padding-top:0}#serviceImageLeft{margin-left:-40px;width:calc(50% + 40px);margin-top:60px}#serviceTextRight{background-color:#0098db;width:calc(50% + 40px);margin-left:-40px;color:#fff;z-index:10;padding:50px 50px 25px}#serviceTextRight h2{margin-bottom:25px;color:#fff}.projectsHighlighedItem{display:flex;flex-wrap:wrap;align-items:flex-start;text-decoration:none;color:inherit;margin-bottom:60px}.projectsHighlighedText{background-color:#0098db;width:calc(50% + 40px);color:#fff;z-index:10;margin-right:-40px}.projectsHighlighedText h2{background-color:#fff;padding:5px 50px 20px;margin-top:-1px;margin-bottom:45px;display:inline-block;font-family:Variex,sans-serif;font-weight:400;clip-path:polygon(0 0,100% 0,calc(100% - 25px) 100%,0% 100%)}.projectsHighlighedText .partContentText{padding:0 50px 25px;font-size:23px}.projectsHighlighedImages{width:calc(50% + 60px);margin-top:60px;margin-right:-60px;background-color:#c7e7ee}#projects .basicContainer{padding-top:0;padding-bottom:0}#projectsHeading{display:block;border-top:solid 1px rgba(0,0,0,.2);padding-top:30px;margin-bottom:30px;font-size:18px;text-align:center;line-height:1.3em;color:#003359}#projectsContainer{background-color:#c7e7ee}.projectList{position:relative}.projectListHeading{position:absolute;left:0;top:-1px;z-index:20;font-size:30px;line-height:1.1em;color:#0098db;background-color:#fff;padding:10px 50px 15px;font-family:Variex,sans-serif;font-weight:400;clip-path:polygon(0 0,100% 0,calc(100% - 25px) 100%,0% 100%)}.projectItem{position:relative;display:block}.projectList .partSlider .sliderButton{background-color:#fff;padding:8px 12px}.projectItemHeading{position:absolute;visibility:hidden;opacity:0;transition:opacity .3s ease;z-index:10;bottom:0;left:0;width:100%;height:100%;padding:20px;background-color:rgba(18,64,103,.9);text-align:center;display:flex;justify-content:center;align-items:center}@media (hover: hover){.projectItem:hover .projectItemHeading{visibility:visible;opacity:1}}#ourBrands{text-align:center}#ourBrands .basicContainer{padding-bottom:10px}#ourBrands h2{color:#0098db;margin-bottom:25px}#ourBrands .partContentFileImageGallery{--partContentFileImageGalleryMargin: 40px}#ourBrands .partContentFileImageGallery.multiple{padding-bottom:0}#ourBrands .partContentFileImageGallery.imagesInRow .contentFileImageContainer{justify-content:center}@media screen and (max-width: 1279px){#ourBrands .partContentFileImageGallery.imagesInRow6 .contentFileImage{width:calc(25% - 25px)}#ourBrands .partContentFileImageGallery.imagesInRow6 .contentFileImage{width:calc(25% - var(--partContentFileImageGalleryMargin))}}@media screen and (max-width: 1023px){#ourBrands .partContentFileImageGallery.imagesInRow .contentFileImageContainer{justify-content:flex-start}#ourBrands .partContentFileImageGallery.imagesInRow6 .contentFileImage{width:calc(33.3333333333% - 25px)}#ourBrands .partContentFileImageGallery.imagesInRow6 .contentFileImage{width:calc(33.3333333333% - var(--partContentFileImageGalleryMargin))}}@media screen and (max-width: 667px){#ourBrands .partContentFileImageGallery.imagesInRow6 .contentFileImage{width:calc(50% - 25px)}#ourBrands .partContentFileImageGallery.imagesInRow6 .contentFileImage{width:calc(50% - var(--partContentFileImageGalleryMargin))}}#projectDetailItem{display:flex;flex-wrap:wrap;align-items:flex-start;text-decoration:none;color:inherit;margin-bottom:25px}#projectDetailText{background-color:#0098db;width:calc(40% + 40px);color:#fff;z-index:10;margin-right:-40px;margin-top:60px;padding:50px 50px 25px}#projectDetailText h1{margin-bottom:25px;color:#fff}#projectDetailImages{width:calc(60% + 60px);margin-right:-60px}#imageSliderSyncPrimary{margin-bottom:20px;background-color:#c7e7ee}#imageSliderSyncSecondary{margin-left:80px}#imageSliderSyncSecondary{overflow:hidden}#imageSliderSyncSecondary .slideContainerViewport{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px)}#imageSliderSyncSecondary .slideContainer.numberOfSlidesLessThanSlidesToShow{justify-content:flex-end}#imageSliderSyncSecondary .slide{padding:0 10px;cursor:pointer}#imageSliderSyncSecondary .slide.selected .partContentFileImageGallery.single{position:relative}#imageSliderSyncSecondary .slide.selected .partContentFileImageGallery.single:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:solid 3px #0098db}#imageSliderSyncSecondary .sliderButton{background-color:#fff;height:40px;width:30px;padding-left:0}#imageSliderSyncSecondary .sliderButton.prev{display:none}#projectDetailButtonContainer{display:flex}#projectDetailButtonContainer .partButton.previous{margin-right:auto}#projectDetailButtonContainer .partButton.next{margin-left:auto}#vacancyIntro .basicContainer{display:flex;flex-wrap:wrap}#vacancyIntroText{width:50%;font-size:23px}#vacancyIntroText strong{color:#003359}#vacancyIntroImage{width:50%;padding-left:50px;margin-bottom:25px}.vacancyBlockItem{display:flex;flex-wrap:wrap;align-items:flex-start;text-decoration:none;color:inherit;margin-bottom:60px}.vacancyBlockItemText{background-color:#0098db;width:calc(50% + 40px);color:#fff;z-index:10;padding:50px 50px 25px}.vacancyBlockItemText h2{margin-bottom:25px;color:#fff}.vacancyBlockItemText h2 a{color:inherit;text-decoration:none}.vacancyBlockItemText h2 a:hover{text-decoration:underline}.vacancyBlockItemText .partButton{margin-bottom:25px}.vacancyBlockItemText.left{margin-right:-40px}.vacancyBlockItemText.right{margin-left:-40px}.vacancyBlockItemImage{width:calc(50% + 60px);margin-top:60px}.vacancyBlockItemImage.right{margin-right:-60px}.vacancyBlockItemImage.left{margin-left:-60px}.contactBlockItem{display:flex;flex-wrap:wrap;align-items:flex-start;text-decoration:none;color:inherit;margin-bottom:60px}.contactBlockItemText{background-color:#0098db;width:calc(50% + 40px);color:#fff;z-index:10;padding:50px 50px 25px}.contactBlockItemText h2{margin-bottom:25px;color:#fff}.contactBlockItemText.left{margin-right:-40px}.contactBlockItemText.right{margin-left:-40px}.contactBlockItemImages{width:calc(50% + 60px);margin-top:60px;background-color:#c7e7ee}.contactBlockItemImages.right{margin-right:-60px}.contactBlockItemImages.left{margin-left:-60px}#contactForm{background-color:#c7e7ee}#contactForm .basicContainer{max-width:900px}#contentPage .basicContainer{max-width:1100px}#contentPage .partContentText h2{color:#003359;text-transform:none}#contentPage .partContentText strong{color:#003359}#contentPage .partContentText p+ul{margin-top:calc(-1 * var(--partContentMargin))}#contentPage h1+.partContentFileImageGallery{margin-top:var(--partContentMargin)}#contentPage .partContentText ul li:before{left:-1em;top:-3px;content:url("data:image/svg+xml,%3Csvg width='14' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgb(34, 140, 192)' fill-rule='nonzero' d='M4.169 7.89l-3.11-3.11L0 5.831 4.169 10l8.948-8.949L12.066 0z'/%3E%3C/svg%3E")}footer{background-color:#003359;position:relative;font-size:16px}#footerContainer{display:flex;flex-wrap:wrap}.footerColumn{flex:1 1 auto;color:#fff;padding-right:60px}.footerColumn:last-child{padding-right:0}.footerColumn h2{color:#fff;margin-bottom:20px}#contactButtons{font-weight:700;margin-bottom:30px}#contactButtons li{margin-bottom:15px;display:flex;flex-wrap:wrap;align-items:center}#contactButtons li a{display:inline-flex;color:#fff;text-decoration:none;align-items:center;margin-right:10px}#contactButtons .icon{display:flex;flex:0 0 auto;justify-content:center;align-items:center;background-color:#0098db;height:40px;width:40px;transition:background-color .3s ease;margin-right:15px}#contactButtons li a:hover .icon{background-color:#fff}#contactButtons .icon svg{flex:1 1 auto;fill:#fff;max-width:20px;transition:fill .3s ease}#contactButtons li a:hover .icon svg{fill:#003359}#contactButtons .numberLabel,#contactButtons .label{font-size:23px}#contactButtons .locationLabel{font-size:16px}#contactButtons .locationLabel:before{content:"("}#contactButtons .locationLabel:after{content:")"}.adresList{line-height:1.3em;margin-bottom:30px}.adresList li{margin-bottom:5px}.adresList h3{font-size:16px;margin-bottom:0}.adresList a{color:#fff}#socialIconContainer{display:flex;margin-bottom:30px}#socialIconContainer li{margin-right:15px}#socialIconContainer li:last-child{margin-right:0}#socialIconContainer li a{display:flex;justify-content:center;align-items:center;background-color:#0098db;height:40px;width:40px;transition:background-color .3s ease}#socialIconContainer li a svg.partSvg{flex:1 1 auto;fill:#fff;max-height:20px;max-width:20px;transition:fill ease .3s}#socialIconContainer li a:hover svg.partSvg{fill:#003359}#socialIconContainer li a:hover{background-color:#fff}#bouwGarant{position:absolute;bottom:-1px;right:0;display:flex;justify-content:center;align-items:center;background-color:#fff;padding:15px 20px 15px 40px;clip-path:polygon(40px 0,100% 0,100% 100%,0% 100%)}#bouwGarant a img{display:block;width:80px;height:57px}#smallFooter{background-color:#fff;font-size:14px;text-transform:uppercase;line-height:1.3em}#smallFooter .basicContainer{padding-top:15px;padding-bottom:0}#smallFooter ul{display:flex;flex-wrap:wrap}#smallFooter ul li{margin-right:60px;margin-bottom:15px}#smallFooter ul li:last-child{margin-right:0}#smallFooter ul li a{color:inherit;text-decoration:none}#smallFooter ul li a:hover{text-decoration:underline}#smallFooter ul li a img{width:66.66px;height:12px;margin-left:4px}.fixedNotificationMessage{--fixedNotificationMessage-fontSize: 1em;--fixedNotificationMessage-padding: clamp(.938rem, 1.9vw + .3rem, 1.875rem);--fixedNotificationMessage-maxWidth: 640px;--fixedNotificationMessage-backgroundColor: #fff;--fixedNotificationMessage-borderRadius: 0;--fixedNotificationMessage-offset: 22px;--fixedNotificationMessage-closeButton-size: 30px;--fixedNotificationMessage-closeButton-icon-size: 20px;--fixedNotificationMessage-closeButton-borderRadius: 50%;--fixedNotificationMessage-closeButton-backgroundColor: #fff;--fixedNotificationMessage-closeButton-backgroundColor-hover: #fae700;--fixedNotificationMessage-closeButton-color: #0098db;--fixedNotificationMessage-closeButton-color-hover: #0098db}.fixedNotificationMessage{right:var(--fixedNotificationMessage-offset);bottom:var(--fixedNotificationMessage-offset);font-size:var(--fixedNotificationMessage-fontSize);background-color:var(--fixedNotificationMessage-backgroundColor);box-shadow:0 2px 10px rgba(29,29,27,.1);border-radius:var(--fixedNotificationMessage-borderRadius);padding:var(--fixedNotificationMessage-padding);width:calc(100% - (2 * var(--fixedNotificationMessage-offset)));max-width:var(--fixedNotificationMessage-maxWidth);text-align:left;position:fixed;z-index:4000;overflow:hidden}.fixedNotificationMessage .partContentFileImageGallery{margin:0 calc(-1 * var(--fixedNotificationMessage-padding));background-color:rgba(0,0,0,.05)}.fixedNotificationMessage .content .partContentFileImageGallery:first-child{margin-top:calc(-1 * var(--fixedNotificationMessage-padding))}.fixedNotificationMessage .partContentFileImageGallery+.partContentText>.partHeading{margin-top:var(--coreContent1-spacing)}.fixedNotificationMessage .partContentText{--partContentText1-lineHeight: 1.4;padding-right:15px}.fixedNotificationMessage .closeButton{z-index:20;position:absolute;top:calc(var(--fixedNotificationMessage-offset) / 2);right:calc(var(--fixedNotificationMessage-offset) / 2);width:var(--fixedNotificationMessage-closeButton-size);height:var(--fixedNotificationMessage-closeButton-size);display:grid;place-items:center;border-radius:var(--fixedNotificationMessage-closeButton-borderRadius);background-color:var(--fixedNotificationMessage-closeButton-backgroundColor);color:var(--fixedNotificationMessage-closeButton-color);transition:background-color .3s,color .3s}@media (hover: hover){.fixedNotificationMessage .closeButton:hover{background-color:var(--fixedNotificationMessage-closeButton-backgroundColor-hover);color:var(--fixedNotificationMessage-closeButton-color-hover)}}.fixedNotificationMessage .closeButton>svg{fill:currentColor;width:calc(var(--fixedNotificationMessage-closeButton-icon-size) * .6);height:calc(var(--fixedNotificationMessage-closeButton-icon-size) * .6)}.fixedNotificationMessage .closeButton .partFontIcon{--partFontIcon-size: var(--fixedNotificationMessage-closeButton-icon-size);--partFontIcon-color: currentColor}
