.header__container .page-center { position: relative; }
.top-header { background: #0E0D0D; z-index: 999; position: relative; }
.top-header .top-navigation { display: flex; align-items: center; justify-content: flex-end; gap: 15px; }
.top-header .top-navigation .top-menu { display: flex; align-items: center; margin: 0; padding: 0; }
.top-header .top-navigation .top-menu li { padding: 22px 9px; transition: all .3s ease; }
.header__container.scroll .top-header .top-navigation .top-menu li { padding: 12px 9px; transition: all .3s ease; }
.top-header .top-navigation .top-menu > li > a, .top-header .top-navigation .top-menu > li > p { font-size: 13px; color: #9C9C9C; transition: all .3s ease; }
.top-header .top-navigation .top-menu > li:hover > a, .top-header .top-navigation .top-menu > li:hover > p { color: #FFF; margin: 0; }
.top-header .sub-menu__col-link { align-items: center; }
.top-header .sub-menu__col-link .sub-menu__link { margin: 0; }
.top-header .bottom-image { border-radius: 11px; }
.top-header .bottom-image img { margin: 35px 16px 0 16px; display: inline-block; border-radius: 11px; max-width: calc(100% -32px) !important; width: 100%; height: auto; }


.main-header { background: #222; }
.header-row{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.header__container .page-center { width: 100%; }

.header__logo { width: 200px; }
.header__logo img { max-width: 128px !important; width: auto !important; height: auto; }
.nav__main-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.nav__main-menu--link {
  padding: 25px 12px;
  display: flex; align-items: center; gap: 4px;
}

.nav__main-menu--link > a, .nav__main-menu--link-text {
  font-weight: 600;
  color: #A4A4A4;
  padding: 0;
  text-decoration: none;
  margin: 0;
  font-size: 13px;
}
.nav__main-menu--link svg, .nav__main-menu--link-text svg { transition: all .3s ease; }
.sub-menu__col-link .sub-menu__link { color: #2B2B2B; }

@media (min-width: 1120px) {
  .header__container .top-chevron, .header__container .sub-chevron { display: none; }
 {# .nav__main-menu--link.has-child:after { width: 0; 
  height: 0; 
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #FFF;
    content: '';
position: absolute;
    bottom: 0;
    margin-left: 20px; }#}
  .top-header .top-navigation .nav__sub-menu { top: 100%; right: 0; left: auto; border-radius: 0 0 11px 11px; padding: 25px 0px; }
  .top-header .top-navigation .submenu-row .sub-menu__firstcol { width: 276px; padding: 25px 20px; }
  .top-header .top-navigation .submenu-row .sub-menu__firstcol:nth-child(2) { border-radius: 11px; border: 1px solid #DFDFDF; background: #EBEBEB; }
.mobile-top-navigation { display: none; }
.nav__sub-menu.mega {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 20px;
  top: 100%;
  position: absolute;
  background: #FFF;
  min-width: calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 0;
  z-index: 99;
  border-radius: 0 0 11px 11px;
}
  .nav__sub-menu .submenu-row {
    padding: 25px 15px;
  }
  .nav__sub-menu .page-center { padding: 0; }
  .nav__sub-menu.visible { 
  max-height: calc(100vh - 71px);
  overflow-y: scroll;
  scrollbar-width: none; 
  -ms-overflow-style: none;
}
  .nav__sub-menu.visible::-webkit-scrollbar {
  display: none; 
}
  .nav__main-menu--link.relative { position: relative; }
  .nav__sub-menu.two { background: #FFF; padding: 0; width: 615px; border-radius: 0 0 11px 11px; }
  .nav__main-menu--link:hover > a, .nav__main-menu--link:hover .nav__main-menu--link-text { color: #FFF; }
  .nav__main-menu--link:hover > svg { transform: rotate(180deg); fill: #F0CF64; }
  .nav__main-menu--link:hover > svg path { fill: #F0CF64; }
  .sub-menu__col-link:hover, .sub-menu__col-link.active { background: #F7F7F7; }
  .sub-menu__col-link:hover .sub-menu__link .link-arrow, .bottom-link:hover a .link-arrow { width: auto; opacity: 1; visibility: visible; transition: all .3s ease; } 
  .sub-menu__col-link:hover .sub-chevron { transform: rotate(180deg); }
  .sub-menu__col-link:hover .sub-menu__sub-link { display: inline-block; margin-top: 16px; }
  .sub-menu__sub-link:not(.first):before { content: '|'; position: absolute; left: 0; top: 0; }
  .sub-menu__col-link.has-children a .sub-chevron { display: none; }
  
  .bottom-row.links {  padding: 0; position: relative; }
  .bottom-row.add-on-row.links {  padding: 14px 60px 14px 60px; }
  .bottom-row.links .page-center { display: flex; align-items: center; }
  .bottom-row-inner { width: calc(100% - 320px); display: flex; flex-wrap: wrap; align-items: center; gap: 20px; justify-content: space-between; position: relative; padding: 11px 42px 22px 22px; background: linear-gradient(179.5deg, rgba(234, 234, 234, 0.24) 2.62%, rgba(255, 255, 255, 0.24) 49.73%); border-radius: 0px 0px 10px 10px; }
  .bottom-row-inner:before { height: 1px; width: calc(100% - 30px); background: #E7E4E4; top: 0; right: 30px; content: ''; position: absolute; }
  .bottom-row-inner .divider { height: 100px; width: 1px; background: #E7E4E4; }
  .bottom-row .bottom-title { color: #999999; font-size: 14px; font-weight: 600; margin: 0; width: 100%; padding-left: 20px; text-transform: uppercase; }
  .bottom-row .icons-row { display: flex; flex-wrap: wrap; gap: 0; width: 100%; justify-content: space-between; }
  .bottom-row.add-on-row .icons-row { gap: 12px; }
  .bottom-row .icons-row .bottom-icon { padding: 10px 20px;  border-radius: 6px; display: flex; align-items: center; width: calc(100% / 3 - 1px);}
  .bottom-row .icons-row .bottom-icon:hover { background: #f7f7f7; }
  .bottom-row .icons-row .bottom-icon a { text-decoration: none; display: flex; align-items: center; gap: 10px; }
  .bottom-row .icons-row .bottom-icon span { color: #2B2B2B; font-weight: 400; font-size: 13px; display: block; line-height: 1.2em; }
  .bottom-row .icons-row .bottom-icon span.desc { color: #6E6E6E; font-size: 10px; margin-top: 5px; transition: all .3s ease; text-decoration: none; }
  .bottom-row .icons-row .bottom-icon:hover span.desc { text-decoration: underline; }
  .bottom-row .text-link { color: #434343; font-size: 13px; }
  .add-on-row .bottom-title { min-width: 115px; }
  .add-on-row .icons-row { justify-content: space-between; }
  .add-on-row .icons-row a { font-size: 13px; font-weight: 500; display: flex; align-items: center;} 
  
  .bottom-row .bottom-featured { width: 320px; border-radius: 10px; padding: 22px 21px 22px 42px; }
  .bottom-row .bottom-featured img { vertical-align: bottom; width: 100%; height: auto; border-radius: 10px 10px 0 0; }
  .bottom-row .bottom-featured-text { padding: 12px 18px; background: #E8E8E8; border-radius: 0 0 10px 10px; }
  .bottom-row .bottom-featured-text p { font-size: 12px; color: #7A7A7A; font-weight: 300; margin: 0;}
  .bottom-row .bottom-featured-text p a { color: #2E2E2E; font-size: 10px; font-weight: 500; transition: all .3s ease; }
  .bottom-row .bottom-featured:hover .bottom-featured-text p a { text-decoration: underline; }
  
  .bottom-row.text { padding: 29px 76px 29px 76px; position: relative; background: linear-gradient(90deg, #323232 51.53%, #464646 99.64%);}
  .bottom-row.text .bottom-row-text { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
  .bottom-row.text .bottom-text-left p { margin: 7px 0 0; color: #6E6E6E; font-size: 11px; }
  .bottom-row.text .bottom-text-left p.bottom-title { margin: 0; font-size: 18px; font-weight: 700; }
  .bottom-row.text .text-link { color: #FFF; }
    
  
  @media (max-width: 1199px) {
    .bottom-row .bottom-featured { width: 260px; }
    .bottom-row-inner { width: calc(100% - 260px); }
  }
  
  
  .sub-menu-links { display: none; }
  .sub-menu-links.show { display: block; }
  .sub-menu-links a { font-size: 14px; }
  .sub-menu__sub-link.new-mobile { display: none; }
  .sub-menu__col-link:hover .sub-menu__sub-link.new-mobile { display: none; }
  .header-right .ls.no-list { display: none; }
  .ls li:hover .language-switcher svg path, .ls li:hover .language-switcher svg circle { stroke: #FFF; }
.ls li:hover > a { color: #FFF; }
  .desktop-close i {
    transform: rotate(45deg);
  }
  
  .desktop-close i:after {
    transform: rotate(-90deg) translate(8px,0px);
  }
  
  .desktop-close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 24px;
    width: 24px;
    cursor: pointer;
  }
}

.bottom-links-wrapper { padding: 30px 20px 40px; position: relative; }
.bottom-links-wrapper:before { content: ''; position: absolute; top: 0; left: 17px; right: 17px; height: 3px; width: calc(100% - 34px); background: #F9F9FA; }
.bottom-links-wrapper p { font-size: 14px; text-transform: uppercase; color: rgba(21, 21, 21, 0.8); padding: 0 17px; }

.nav__sub-menu {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  position: absolute;
  background: linear-gradient(180deg, #FFF 3.19%, #EAEAEA 99.86%);
  min-width: unset;
  width: auto;
  padding: 20px;
  z-index: 80;
  pointer-events: none;
}
.nav__sub-menu.two { left: 50%; transform: translateX(-50%); }
.nav__sub-menu.visible { 
  visibility: visible;
  z-index: 99;
  opacity: 1;
  pointer-events: initial;
}

.submenu-row { gap: 0; display: flex; flex-wrap: wrap; }
.submenu-row p.submenu-title { font-size: 13px; font-weight: 600; padding-left: 12px; color: #999; margin-bottom: 12px; display: inline-block; text-transform: uppercase; }
.submenu-row p.submenu-title.margin { margin-bottom: 60px; }
.submenu-row p.submenu-title.blog { padding-left: 0; }
.sub-menu__col-link { display: flex; margin-top: 0; gap: 24px; align-items: flex-start; padding: 6px 16px; border-radius: 6px; }
.sub-menu__col-link.nolink, .sub-menu__col-link.nolink a { cursor: unset; }
.sub-menu__col-link.nolink:hover {  background: none; }
.sub-menu__col-link.nolink .sub-menu__link, .submenu-row.fivecol .sub-menu__firstcol .sub-menu__col-link:first-child a { font-size: 14px; line-height: 16px; font-weight: 600; text-transform: uppercase; color: #999999; }
.sub-menu__col-link.nolink span, .submenu-row.fivecol .sub-menu__firstcol .sub-menu__col-link:first-child a span { font-size: 12px; line-height: 12.1px; color: #BEBEBE;  font-weight: 500; text-transform: none; }
.main-header .sub-menu__col-link { padding: 11px 12px; align-items: flex-start; }
.main-header .sub-menu__col-link.simple { align-items: center; }
.sub-menu__col-link.simple .sub-menu__link { color: #2B2B2B; font-weight: 500; }
.sub-menu__col-image { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; }
.sub-menu__col-image img { max-width: 100%; max-height: 100%; width: auto; height: auto; filter: grayscale(100%); }
.sub-menu__col-text { width: calc(100% - 54px); }
.sub-menu__col-text.full { width: 100%; }
.sub-menu__col-link:hover .sub-menu__col-image img { filter: grayscale(0%); }
.submenu-row.twocol .sub-menu__firstcol { width: 300px; }
.submenu-row.threecol .sub-menu__firstcol { width: calc(100% / 3); }
.submenu-row.fourcol .sub-menu__firstcol { width: calc(100% / 4); }
.submenu-row.fourcol.double-last .sub-menu__firstcol:first-child { width: 25%; }
.submenu-row.fourcol.double-last .sub-menu__firstcol:nth-child(2), .submenu-row.fourcol.double-last .sub-menu__firstcol:nth-child(3) { width: 21%; }
.submenu-row.fourcol.double-last .sub-menu__firstcol:nth-child(2) { padding-left: 20px; }
.submenu-row.fourcol.double-last .sub-menu__firstcol:last-child { width: 33%; display: flex; flex-wrap: wrap; justify-content: space-between; }
.submenu-row.fourcol.double-last .sub-menu__firstcol:last-child .submenu-title { width: 100%; }

.submenu-row.fivecol .sub-menu__firstcol { width: calc(100% / 5); }
.submenu-row .sub-menu__firstcol.card-style { background: linear-gradient(179.5deg, #EAEAEA 2.62%, #FFFFFF 49.73%); }
.submenu-row .sub-menu__firstcol.card-style.blog { padding: 33px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.submenu-row .sub-menu__firstcol.card-style.blog.left { margin: -25px 0 -25px -15px; }
.submenu-row .sub-menu__firstcol.card-style.blog.right { margin: -25px -15px -25px 0px; }
.submenu-row .sub-menu__firstcol { position: relative; padding: 0 15px; }
.submenu-row .sub-menu__firstcol.border:after {  position: absolute; top: 0; right: 0; width: 1px; height: 100%; background: #D9D9D9; content: ''; }
.sub-menu__col-link .sub-menu__link, .bottom-link a { display: flex; align-items: center; gap: 4px; text-decoration: none;  }
.sub-menu__col-link .sub-menu__link .link-arrow, .bottom-link a .link-arrow { width: 0; opacity: 0; visibility: hidden; transition: all .3s ease; } 
.sub-menu__link .highlight, .sub-menu__sub-link .highlight, .add-on-row .bottom-icon .highlight {
    background: #f0cf64;
    border-radius: 16px;
    font-size: 8px !important;
    font-weight: 700 !important;
    letter-spacing: .32px;
    line-height: 10px;
    padding: 4px 8px;
    text-transform: uppercase;
    display: inline-block !important;
    width: auto !important;
    margin-left: 4px !important;
    opacity: 1 !important;
  margin-top: 0;
  color: #000;
}
.sub-menu__col-links { position: relative; }
.sub-menu__col-links.border:after { 
    background: #d9d9d9;
    content: "";
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
  }
.sub-menu__col-link span { width: 100%; display: inline-block; font-size: 11px; line-height: 12.1px; color: #6E6E6E; margin: 6px 0 0; font-weight: 400;  } 
.sub-menu__sub-link { position: relative; padding-left: 16px; padding-right: 16px; float: left; display: none; font-weight: 500; color: #151515; opacity: 0.8; text-decoration: none; } 
.sub-menu__sub-link.first { padding-left: 0; }
.sub-chevron, .mobile-sub-chevron { transition: all .3s ease; }


.sub-menu__blog-link { margin-top: 15px; }
.sub-menu__blog-image { width: 100%; height: auto; border-radius: 9px 9px 0 0; vertical-align: bottom; }
.sub-menu__blog-text { width: 100%; background: #F7F7F7; border-radius: 0 0 9px 9px; padding: 14px 16px; }
.sub-menu__blog-title { font-weight: 700; margin-bottom: 1em; font-size: 14px; color: #2A2A2A; }
.sub-menu__blog-date { font-weight: 300; font-size: 12px; margin: 0; color: #7A7A7A; }
.sub-menu__blog-text .more-link { text-decoration: none; color: #2E2E2E; font-size: 10px; line-height: 1; font-weight: 500; display: inline-block;  margin-top: 10px; transition: all .3s ease; }
.sub-menu__blog-text .more-link:hover { text-decoration: underline; }
.sub-menu__blog-text .blog-link { margin-top: 10px; text-decoration: underline; font-size: 10px; line-height: 1em; font-weight: 500;}

.sub-menu__col-links a { text-decoration: none; color: #2B2B2B; font-size: 12px; line-height: 1; font-weight: 400; display: inline-block; }

.header-right { display: flex; align-items: center; z-index: 102; }
.no-list.ls, .no-list.ls ul {
  display: inline-block;
  padding: 7px 0;
}

.no-list.ls {
  margin: 0;
  padding: 0;
}

.no-list.ls ul {
  display: none;
  min-width: 65px;
  top: 100%;
  left: 0;
  background: #FFF;
  position: absolute;
  padding: 10px;
  box-shadow: 0 30px 35px 0 #00000014;
  text-align: center;
}

.ls li {
  position: relative;
  list-style: none;
}
.ls li a { 
font-size: 10px;
font-weight: 700;
line-height: normal;
letter-spacing: 0.4px;
  text-decoration: none;
  color: #9C9C9C;
}
.ls li a span { margin-top: 2px; } 
.ls li .language-switcher { display: flex; align-items: center; gap: 7.5px; padding: 22px 0; transition: all .3s ease;}
.header__container.scroll .ls li .language-switcher { padding: 12px 0; transition: all .3s ease;  }
.ls li .language-switcher svg { margin-left: 4px; transition: all .3 ease; }

.ls li:hover ul {
  display: block;
}

.ls ul li a {
  display: block;
  text-transform: uppercase;
  color: #151515;
  font-size: 14px;
}
.ls ul li { margin-top: .5em; }
.ls ul li:first-child { margin-top: 0; }

.ls ul li a:hover {
  color: #f0cf64;
}

.hide-text { display: none; }
.search--menu input {
				width: 0;
				border-right: 0;
				border-left: 0;
				border-top: 0;
				background: #FFF;
				padding: 0;
				border-bottom: 2px solid #6B6B6B;
				color: #000;
				transform: scaleX(0);
				transition: transform 300ms ease;
				transform-origin: right;
				position: absolute;
				right: 0;
				top: -6px;
			}
		
		  .search--menu {
				display: inline-flex;
				display: -webkit-inline-box;
				position: relative;
        transform: translateY(5px);
			}  
  .search--menu svg { cursor: pointer; vertical-align: super; position: relative; }

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #6B6B6B;
      opacity: 1; /* Firefox */
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #6B6B6B;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
      color: #6B6B6B;
    }

			.search-open .search--menu input {
				width: auto;
				padding: 7px;
				transform: scaleX(1);
			}

		  .search--menu input:focus {
				outline: none;
				border-bottom: 2px solid #6B6B6B;
			}
		
			.search--menu label {
				left: -60px;
				position: absolute;
			}

.mobilenav-ctas { display: none; }
.mobile-sub-arrow { display: none; }


@media(max-width: 1119px) {
  .header__container > .top-header { display: none; }
  .header__container .top-menu { padding: 0; margin: 0; }
  .mob-open { overflow: hidden; }
  .header__logo { width: 130px; }
  .header__container { padding: 21px 0; }
  .header-right .cta-primary { display: none; }
  .submenu-row p.submenu-title.margin { margin: 0; }
  .submenu-row p.submenu-title { font-size: 18px; }
  .submenu-row .sub-menu__firstcol.border:after, .sub-menu__col-links.border:after { width: 0; height: 0; content: ''; background: none; display: none; }
  .sub-menu__col-link.nolink .sub-menu__link { padding: 0; }
  .bottom-row .bottom-featured { display: none; }

  .header__navigation {
    display: none;
    padding: 20px 25px 100px 25px;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
  }
  .nav__main-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: scroll;
  }
  .ls li .language-switcher { padding: 0; }
  .no-list.ls ul { top: 100%; }
  .nav__sub-menu .page-center { padding: 0; }
  .submenu-row.threecol .sub-menu__firstcol { padding: 19px 0 0 40px; }
  .nav__main-menu--link { width: 100%; flex-wrap: wrap; justify-content: space-between; padding: 15px 0; }
  .nav__main-menu--link-text, .nav__main-menu--link>a { font-weight: 700; font-size: 21px; }
  .nav__main-menu--link.open .top-chevron { transform: rotate(180deg); }
  .nav__main-menu--link svg path { fill: #151515; }
  .nav__main-menu--link-text, .nav__main-menu--link>a { color: #151515; }
  .submenu-row { gap: 0px; position: relative; z-index: 999; }
  .sub-menu__col-link:not(.has-children) { align-items: center; }
  .submenu-row.twocol .sub-menu__firstcol, .submenu-row .sub-menu__firstcol, .submenu-row.threecol .sub-menu__firstcol { width: 100%; }
  .sub-menu__col-link { padding: 0; margin-top: 9px; }
  .submenu-row .sub-menu__firstcol.card-style { background: none; border: none; }
  .sub-menu__col-link a:not(.sub-menu__link) { display: none; }
  .sub-menu__col-links { display: flex; flex-direction: column; gap: 0px; padding-left: 20px;}

  .sub-menu__col-link span { display: none; }
  .nav__sub-menu  {
    display: none;
    box-shadow: unset;
    left: 0;
    min-width: 100%;
    padding: 0;
    position: relative;
    top: 0;
    visibility: visible;
    width: 100%;
    position: relative;
    background: #FFF; 
  }
  .submenu-row .sub-menu__firstcol.card-style.blog { display: none; }
  .nav__sub-menu.visible { display: block; }
  .sub-menu__col-text { width: 100%;  }
  .sub-menu__col-image { display: none; }
  .main-header .sub-menu__col-link { padding: 0; }
  .submenu-row.twocol .sub-menu__firstcol { width: 100%; }
.submenu-row.threecol .sub-menu__firstcol { width: 100%; }
.submenu-row.fourcol .sub-menu__firstcol { width: 100%; }
.submenu-row.fourcol.double-last .sub-menu__firstcol:first-child { width: 100%; }
.submenu-row.fourcol.double-last .sub-menu__firstcol:nth-child(2), .submenu-row.fourcol.double-last .sub-menu__firstcol:nth-child(3) { width: 100%; }
  .submenu-row.fourcol.double-last .sub-menu__firstcol:last-child { display: block; }

.submenu-row.fourcol.double-last .sub-menu__firstcol:last-child { width: 100%;  }
  .submenu-row.fivecol .sub-menu__firstcol { width: 100%; }

  .sub-menu__col-link .sub-menu__link, .bottom-row.links .bottom-icon a { width: 100%; margin: 0; position: relative; padding-left: 16px; font-weight: 400; font-size: 18px; }
  .sub-menu__col-link:not(.nolink) .sub-menu__link:before, .bottom-row.links .bottom-icon a:before { content: ''; background: url('https://7196634.fs1.hubspotusercontent-eu1.net/hubfs/7196634/.2023/Website%20images/arrow-right.svg'); left: 0; top: 3px; width: 15px; height: 15px; position: absolute; }
  .bottom-row.links .bottom-icon { margin-top: 9px; }
  .submenu-row p.submenu-title, .bottom-row .bottom-title { padding-left: 0; margin: 0; color: #999999; display: flex; align-items: center; gap: 10px; }
  .submenu-row p.submenu-title.empty { display: none; }
  .submenu-row p.submenu-title.open svg, .bottom-row .bottom-title.open svg { transform: rotate(180deg); }
  .sub-menu__col-text .sub-menu__sub-link { position: relative; display: block; width: 100%; padding: 0 0 0 20px; margin-top: 15px; }
  .sub-menu__col-text .sub-menu__sub-link.new-mobile { display: none; margin-top: 12px; font-weight: 400; font-size: 14px; }
  .sub-menu__col-text .sub-menu__sub-link.new-mobile.visible { display: flex; align-items: center; }
  .sub-menu__link.open svg { transform: rotate(180deg); }
  
  .sub-menu__col-text .sub-menu__sub-link:before { 
    content: ''; 
    background: url('https://7196634.fs1.hubspotusercontent-na1.net/hubfs/7196634/.2023/Website%20images/arrow-right-black.svg');
    position: absolute;
    left: 0;
    top: 4px; 
    width: 10px; 
    height: 10px;
}
  .sub-menu__blog-link { margin-top: 0; padding-left: 0; }
  .sub-menu__blog-link.first { margin-top: 0; }
   .submenu-row p.submenu-title.blog { margin-bottom: 31px; margin-top: 20px; }
  .mobilenav-ctas { display: block; margin-top: 15px; }
  .sub-menu__firstcol.second { display: none; }
  
  .bottom-row.text { display: none; }
  .bottom-row.links, .submenu-row .sub-menu__firstcol { padding: 19px 0 0 20px; }
  .bottom-row.links .bottom-title { font-size: 18px; font-weight: 700; color: #151515; }
  .bottom-row.links .icons-row { padding-left: 20px; display: none; }
  .bottom-row.links .icons-row.open { display: block; }
  .bottom-row.links .icons-row img, .bottom-row.links .text-link.black { display: none; }
  .bottom-row.links .bottom-icon a { text-decoration: none; display: flex;  }
  .bottom-row.links .bottom-icon a .desc { display: none; }
  .no-list.ls { margin-right: 25px; }

}

