#section_HeaderLogicsept_0 {   background-color: #fff;   display: flex;   justify-content: center;   align-items: center;   width: 100%;   top: 0 !important;   left: 0;   z-index: 1000;   font-family: "Poppins", sans-serif;   transition: all .4s ease-out;   position: relative; }   #section_HeaderLogicsept_0 .CSSHOP {     z-index: 21;     margin: 5px; }   #section_HeaderLogicsept_0 .CSSHOP .cart_icon .amount {     background-color: #1C2D4E !important; }   #section_HeaderLogicsept_0 .CSSHOP .user_icon:hover i {     color: #1C2D4E !important;     -webkit-text-stroke: 1px #1C2D4E !important; }   #section_HeaderLogicsept_0 .CSSHOP .cart_icon:hover i {     color: #1C2D4E !important;     -webkit-text-stroke: 1px #1C2D4E !important; }   #section_HeaderLogicsept_0 .container {     display: flex;     justify-content: center;     align-items: center;     flex-direction: column;     margin-bottom: 14px;     background-color: transparent;     width: 100%;     max-width: 1440px;     position: relative; }   #section_HeaderLogicsept_0 .container .display_none {     display: none !important; }   #section_HeaderLogicsept_0 .container .navbar {     display: flex;     flex-direction: row;     justify-content: center;     align-items: center;     max-width: 1170px;     background-color: #1C2D4E;     width: calc(100% - 20px);     z-index: 2; }   #section_HeaderLogicsept_0 .container .nav_header {     display: flex;     flex-direction: row;     justify-content: space-between;     align-items: center;     max-width: 1170px;     max-height: 75px;     width: calc(100% - 20px); }   #section_HeaderLogicsept_0 .container .nav_header .logo_container {     display: flex;     flex-direction: row;     align-items: center;     gap: 50px; }   #section_HeaderLogicsept_0 .container .nav_header .cart_container {     display: flex;     align-items: center;     flex-direction: row;     gap: 10px; }   #section_HeaderLogicsept_0 .container .nav_header .logo {     max-width: 125px;     width: 100%; }   #section_HeaderLogicsept_0 .container .nav_header .logo > img {     width: 125px;     height: 70px;     object-fit: cover;     object-position: center; }   #section_HeaderLogicsept_0 .container .nav_header .contact {     display: flex;     flex-direction: column;     justify-content: space-evenly;     gap: 10px;     font-size: 13px;     color: #606060; }   #section_HeaderLogicsept_0 .container .nav_header .contact i {     font-size: 14px;     -webkit-text-stroke: 1px #666666;     color: transparent; }   #section_HeaderLogicsept_0 .container .nav_header .contact a {     text-decoration: none;     color: inherit; }   #section_HeaderLogicsept_0 .container .nav_header .contact a:hover {     text-decoration: underline; }   #section_HeaderLogicsept_0 .container .nav_header .user_lang > ul {     display: flex;     flex-direction: row-reverse;     gap: 5px; }   #section_HeaderLogicsept_0 .container .nav_header ul {     display: flex;     justify-content: center;     align-items: center;     gap: 20px;     list-style: none;     margin: 0;     padding: 0; }   #section_HeaderLogicsept_0 .container .nav_header ul li {     display: flex;     font-size: 14px; }   #section_HeaderLogicsept_0 .container .navbar ul {     display: flex;     justify-content: center;     align-items: center;     gap: 40px;     list-style: none;     width: 100%;     margin: 0;     padding: 0; }   #section_HeaderLogicsept_0 .container .navbar > ul li a {     text-decoration: none;     color: #fff;     transition: all .2s ease-out; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav {     position: relative;     display: flex;     height: 50px;     align-items: center;     font-size: 14px;     cursor: pointer; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav a::before {     content: '';     position: absolute;     left: -15px;     right: -15px;     top: -15px;     bottom: -15px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav a {     position: relative; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover {     font-weight: bold; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav i {     font-size: 16px;     transform: none;     color: #fff;     margin-right: 5px;     transition: all .2s ease-in-out; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content {     display: none;     overflow: hidden;     position: absolute;     transform: translateX(-9%);     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;     background-color: #fff;     top: 50px;     flex-direction: row;     gap: 20px;     padding: 0 20px 10px 20px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:nth-child(2) .nav_content {     transform: translateX(-31%); }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links {     display: none;     overflow: hidden;     position: absolute;     transform: translateX(-25%);     background-color: #fff;     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;     top: 50px;     flex-direction: column; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:nth-child(1) .nav_links {     min-width: 230px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover .nav_links {     display: flex; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav::before:hover .nav_links {     display: flex; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a:nth-last-child(1) {     border-bottom: none; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content_title {     text-align: center;     font-size: 14px;     font-weight: bold;     padding-top: 5px;     padding-bottom: 5px;     background-color: #fff;     border-bottom: 1px solid #404040; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content_title > a,   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links > a {     text-decoration: none;     color: #404040;     background-color: #fff;     border-bottom: none !important; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content_title a:hover {     background-color: revert !important; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content1 {     display: flex;     font-size: 14px;     flex-direction: column;     min-width: 160px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links {     font-size: 14px;     flex-direction: column;     min-width: 160px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content1 a,   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a {     font-weight: normal;     border-bottom: 1px solid #e9e9e9; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content1 a:hover,   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a:hover {     font-weight: bold; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover .nav_content {     display: flex; }   #section_HeaderLogicsept_0 .container .navbar .nav_content a {     color: #404040;     background-color: #fff;     text-decoration: none;     width: 100%;     text-align: center;     display: block;     padding: 10px 0 10px 0; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a {     color: #404040;     background-color: #fff;     border-bottom: 1px solid #e9e9e9;     text-decoration: none;     width: 100%;     text-align: center;     display: block;     padding: 10px 0 10px 0; }   #section_HeaderLogicsept_0 .container .navbar .nav_content a:hover, #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a:hover {     background-color: #f5f5f5;     font-weight: bold; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover i {     transform: rotate(90deg);     transition: all .2s ease-in-out; }   #section_HeaderLogicsept_0 .container .hamburger {     z-index: 1; }   #section_HeaderLogicsept_0 .container .nav_mobile {     display: none; }   #section_HeaderLogicsept_0 .container .mobile_header {     display: none; }   #section_HeaderLogicsept_0 .container .contact_res {     display: none; }   #section_HeaderLogicsept_0 .container .user_lang_res {     display: flex;     flex-direction: row;     align-items: center;     gap: 10px;     z-index: 4; }   #section_HeaderLogicsept_0 .container .user_lang_res ul {     display: flex;     list-style: none;     align-items: center;     gap: 5px;     padding: 0;     margin: 0; }   #section_HeaderLogicsept_0 .container .languages {     position: relative;     color: #424242;     width: 100%; }   #section_HeaderLogicsept_0 .container .languages img {     width: 18px;     height: 18px;     margin-right: 5px; }   #section_HeaderLogicsept_0 .container .languages .LNGpreview {     max-width: 80px !important;     display: flex;     flex-direction: row;     justify-content: center;     align-items: center;     font-size: 12px;     padding: 2px 20px 2px 2px;     color: #404040;     background-color: #ffffff;     border-radius: 6px;     font-weight: bold;     cursor: pointer;     position: relative;     height: auto; }   #section_HeaderLogicsept_0 .container .LNGpreview::after {     content: "\25BC";     position: absolute;     color: #404040;     right: 5px; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown {     display: none;     padding: 5px !important;     list-style: none;     border-radius: 6px;     width: 80px;     margin: 27px 0px 0px 0px !important;     position: absolute;     color: #404040;     top: 0px;     z-index: 1000;     background: #f5f5f5; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li {     padding: revert;     border-radius: 6px;     display: flex;     align-items: center;     margin-top: 5px;     border-bottom: revert;     width: revert;     transition: revert;     background-color: revert;     width: 92px; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li:nth-child(1) {     text-align: revert;     padding: revert;     font-size: revert;     border-top: revert;     color: revert;     border-bottom: revert;     width: revert; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li:nth-last-child(1) {     text-align: revert;     padding: revert;     font-size: revert;     color: revert;     border: revert;     background-color: revert;     width: revert; }   #section_HeaderLogicsept_0 .container languages .LNGdropdown li:hover {     background: #707070; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li a {     display: flex !important;     flex-direction: row;     justify-content: flex-start;     align-items: center;     width: 100%;     font-size: 14px;     text-decoration: none;     color: #404040; }   @media only screen and (max-width: 1170px) {     #section_HeaderLogicsept_0 .container {       min-height: 100px;       border-bottom: 1px solid #cdcdcd;       margin-bottom: revert; }     #section_HeaderLogicsept_0 .container .mobile_header {       display: flex;       justify-content: space-between;       align-items: center;       width: calc(100% - 20px); }     #section_HeaderLogicsept_0 .container .mobile_header .logo_container {       display: flex;       justify-content: flex-start;       align-items: center;       width: 100%;       gap: 10px;       z-index: 4; }     #section_HeaderLogicsept_0 .container .nav_header {       display: none !important; }     #section_HeaderLogicsept_0 .container .navbar {       display: none !important; }     #section_HeaderLogicsept_0 .container .nav_mobile {       display: block;       position: absolute;       height: 100%;       width: 100%; }     #section_HeaderLogicsept_0 .container .nav_mobile::before {       content: '';       position: absolute;       height: 100%;       width: 100%;       background-color: #fff;       z-index: 4; }     #section_HeaderLogicsept_0 .container .mobile_header .logo {       max-width: 125px;       width: 100%; }     #section_HeaderLogicsept_0 .container .mobile_header .logo > img {       width: 125px;       height: 70px;       user-select: none; }     #section_HeaderLogicsept_0 .container .nav_mobile .nav_mobile_links {       position: absolute;       list-style: none;       top: -1000px;       width: calc(100% - 40px);       background-color: #fff;       display: flex;       justify-content: center;       align-items: center;       flex-direction: column;       text-align: center;       margin: 0;       padding: 0;       transform: translateY(-40px);       transition: all .2s ease-in-out;       z-index: 2; }     #section_HeaderLogicsept_0 .container .nav_mobile .nav_mobile_links.open {       transform: translateY(50px);       transition: all .2s ease-in;       top: 52px;       display: flex;       width: 100%;       flex-direction: column;       align-items: center; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li {       padding: 10px;       border-bottom: 2px solid #eeeeee;       width: calc(100% - 20px);       display: flex;       justify-content: center;       align-items: flex-start;       flex-direction: column;       transition: all .2s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li:hover {       background-color: #fff;       border-bottom: 2px solid #cdcdcd;       transition: all .2s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li a {       font-size: 16px;       color: #404040;       transition: all .2s ease-in-out;       text-align: center;       text-decoration: none;       width: 100%;       display: flex;       justify-content: space-between; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li a:hover {       color: #009aa4 !important;       font-weight: bold;       transition: all .2s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .last {       display: flex;       justify-content: space-between;       align-items: center;       width: calc(100% - 20px); }     #section_HeaderLogicsept_0 .container .hamburger {       display: flex; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button {       width: 20px;       height: 20px;       cursor: pointer;       transform: scaleX(-1); }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button line {       stroke: #1C2D4E;       stroke-dasharray: 100%;       stroke-dashoffset: 0%;       transition: transform 0.3s, stroke-dashoffset .4s;       transform-origin: center;       stroke-width: 3px; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button .top {       transform: translateY(-35%);       -webkit-transform: translateY(-35%);       -moz-transform: translateY(-33%);       -ms-transform: translateY(35%);       -o-transform: translateY(35%); }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button .middle {       transform: scaleX(1);       transition: opacity .3s, transform .3s; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button .bottom {       transform: translateY(33%);       stroke-dasharray: 100%;       stroke-dashoffset: 9px; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button:hover .bottom {       stroke-dashoffset: 0%; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button .top {       transform: rotate(45deg);       stroke-linecap: round; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button .middle {       transform: scaleX(0.1);       opacity: 0; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button line.bottom {       transform: rotate(-45deg);       stroke-linecap: round; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button .bottom {       stroke-dashoffset: 0%; }     #section_HeaderLogicsept_0 .container .hamburger {       width: auto; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button {       position: relative;       display: flex;       justify-content: space-between;       align-items: center;       cursor: pointer;       width: 100%; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button a {       text-align: left; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button i {       color: #1C2D4E;       font-size: 14px;       width: 50px;       text-align: center;       transition: all .4s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button.active:before {       transform: rotate(-360deg) translateY(-20px);       opacity: 0; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button.active i,     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button.accordion-button:focus i {       transform: rotate(90deg);       transition: all .4s ease-in-out;       opacity: 50%; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-panel {       display: none;       padding-right: 10px;       padding-left: 40px;       overflow: hidden;       width: calc(100% - 100px); }     #section_HeaderLogicsept_0 .container .nav_mobile_links .links {       display: flex;       flex-direction: column;       gap: 10px;       margin-top: 20px; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .links a {       text-align: left;       font-size: 14px;       line-height: 30px;       color: #404040;       background-color: #fff;       border-bottom: 1px solid #009aa4; }     #section_HeaderLogicsept_0 .container .contact_res {       display: flex;       flex-direction: column;       align-items: baseline;       font-size: 14px;       color: #606060;       padding-top: 20px;       padding-bottom: 20px;       gap: 10px; }     #section_HeaderLogicsept_0 .container .contact_res a {       text-decoration: none;       color: inherit; }     #section_HeaderLogicsept_0 .container .nav_header {       justify-content: flex-end; } }   @media only screen and (max-width: 580px) {     #section_HeaderLogicsept_0 .container .mobile_header .logo {       width: calc(100% - 10px); }     #section_HeaderLogicsept_0 .container .mobile_header .logo > img {       width: 100%;       height: auto; } }  #section_LogicSeptTitleHeader_2 {   display: flex;   justify-content: center;   align-items: center;   padding: 15px 0;   font-family: "Poppins", sans-serif; }   #section_LogicSeptTitleHeader_2 .container {     display: flex;     justify-content: space-between;     align-items: center;     width: 100%;     max-width: 1170px;     padding: 0 50px;     box-sizing: border-box;     background-color: #f5f6f7;     position: relative;     height: 70px; }   #section_LogicSeptTitleHeader_2 .container .title {     font-size: clamp(1.5rem, 3.5vw, 2rem);     line-height: 1.35;     color: #707070;     margin: 0;     padding: 10px 0;     z-index: 2;     position: relative; }   #section_LogicSeptTitleHeader_2 .container .title::before {     content: '';     position: absolute;     width: 100%;     height: 100%;     z-index: -1;     top: 0;     left: 0;     background-color: transparent;     backdrop-filter: blur(8px);     transform: skewX(20deg); }   #section_LogicSeptTitleHeader_2 .container .img_container img {     width: 350px;     height: 70px;     aspect-ratio: 350 / 70;     display: block;     clip-path: polygon(0% 0%, 93% 0%, 100% 100%, 7% 100%);     transform: scale(1.2);     box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);     object-fit: cover;     object-position: center; }   #section_LogicSeptTitleHeader_2 .container .img_container {     max-width: 350px;     width: 100%;     height: 70px;     position: absolute;     right: 100px; }   #section_LogicSeptTitleHeader_2 .container .img_container::before {     content: '';     position: absolute;     width: calc(100% + 70px);     height: 100%;     transform: skewX(20deg);     left: -30px;     background-color: transparent;     box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); }   @media only screen and (max-width: 767px) {     #section_LogicSeptTitleHeader_2 .container {       height: 50px; }     #section_LogicSeptTitleHeader_2 .container .img_container img {       max-width: 250px;       height: 50px;       aspect-ratio: 250 / 50;       width: 100%; }     #section_LogicSeptTitleHeader_2 .container .img_container {       max-width: 250px;       height: 50px;       width: 100%;       right: 50px; }     #section_LogicSeptTitleHeader_2 .container {       padding: 0 20px; }     #section_LogicSeptTitleHeader_2 .container .img_container::before {       width: calc(100% + 50px);       height: 100%;       transform: skewX(20deg);       left: -20px;       background-color: transparent;       box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); } }  @media only screen and (max-width: 767px) and (max-width: 480px) {   #section_LogicSeptTitleHeader_2 .container .img_container {     display: none; } }  :root {   --blue:#007bff;   --indigo:#6610f2;   --purple:#6f42c1;   --pink:#e83e8c;   --red:#dc3545;   --orange:#fd7e14;   --yellow:#ffc107;   --green:#28a745;   --teal:#20c997;   --cyan:#17a2b8;   --white:#fff;   --gray:#6c757d;   --gray-dark:#343a40;   --primary:#007bff;   --secondary:#6c757d;   --success:#28a745;   --info:#17a2b8;   --warning:#ffc107;   --danger:#dc3545;   --light:#f8f9fa;   --dark:#343a40;   --breakpoint-xs:0;   --breakpoint-sm:576px;   --breakpoint-md:768px;   --breakpoint-lg:992px;   --breakpoint-xl:1200px;   --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";   --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }  #section_IsolasionDownload_3 *, #section_IsolasionDownload_3 ::after, #section_IsolasionDownload_3 ::before {   box-sizing: border-box; }  #section_IsolasionDownload_3 body {   margin: 0; }  #section_IsolasionDownload_3 [tabindex="-1"]:focus:not(:focus-visible) {   outline: 0 !important; }  #section_IsolasionDownload_3 hr {   box-sizing: content-box;   height: 0;   overflow: visible; }  #section_IsolasionDownload_3 h1, #section_IsolasionDownload_3 h2, #section_IsolasionDownload_3 h3, #section_IsolasionDownload_3 h4, #section_IsolasionDownload_3 h5, #section_IsolasionDownload_3 h6 {   margin-top: 0;   margin-bottom: .5rem; }  #section_IsolasionDownload_3 p {   margin-top: 0;   margin-bottom: 1rem; }  #section_IsolasionDownload_3 abbr[data-original-title], #section_IsolasionDownload_3 abbr[title] {   text-decoration: underline;   -webkit-text-decoration: underline dotted;   text-decoration: underline dotted;   cursor: help;   border-bottom: 0;   -webkit-text-decoration-skip-ink: none;   text-decoration-skip-ink: none; }  #section_IsolasionDownload_3 address {   margin-bottom: 1rem;   font-style: normal;   line-height: inherit; }  #section_IsolasionDownload_3 dl, #section_IsolasionDownload_3 ol, #section_IsolasionDownload_3 ul {   margin-top: 0;   margin-bottom: 1rem; }  #section_IsolasionDownload_3 ol ol, #section_IsolasionDownload_3 ol ul, #section_IsolasionDownload_3 ul ol, #section_IsolasionDownload_3 ul ul {   margin-bottom: 0; }  #section_IsolasionDownload_3 dt {   font-weight: 700; }  #section_IsolasionDownload_3 dd {   margin-bottom: .5rem;   margin-left: 0; }  #section_IsolasionDownload_3 blockquote {   margin: 0 0 1rem; }  #section_IsolasionDownload_3 b, #section_IsolasionDownload_3 strong {   font-weight: bolder; }  #section_IsolasionDownload_3 small {   font-size: 80%; }  #section_IsolasionDownload_3 sub, #section_IsolasionDownload_3 sup {   position: relative;   font-size: 75%;   line-height: 0;   vertical-align: baseline; }  #section_IsolasionDownload_3 sub {   bottom: -.25em; }  #section_IsolasionDownload_3 sup {   top: -.5em; }  #section_IsolasionDownload_3 a {   color: #007bff;   text-decoration: none;   background-color: transparent; }  #section_IsolasionDownload_3 a:hover {   color: #0056b3;   text-decoration: underline; }  #section_IsolasionDownload_3 a:not([href]):not([class]) {   color: inherit;   text-decoration: none; }  #section_IsolasionDownload_3 a:not([href]):not([class]):hover {   color: inherit;   text-decoration: none; }  #section_IsolasionDownload_3 code, #section_IsolasionDownload_3 kbd, #section_IsolasionDownload_3 pre, #section_IsolasionDownload_3 samp {   font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;   font-size: 1em; }  #section_IsolasionDownload_3 pre {   margin-top: 0;   margin-bottom: 1rem;   overflow: auto;   -ms-overflow-style: scrollbar; }  #section_IsolasionDownload_3 figure {   margin: 0 0 1rem; }  #section_IsolasionDownload_3 img {   vertical-align: middle;   border-style: none; }  #section_IsolasionDownload_3 svg {   overflow: hidden;   vertical-align: middle; }  #section_IsolasionDownload_3 table {   border-collapse: collapse; }  #section_IsolasionDownload_3 caption {   padding-top: .75rem;   padding-bottom: .75rem;   color: #6c757d;   text-align: left;   caption-side: bottom; }  #section_IsolasionDownload_3 th {   text-align: inherit;   text-align: -webkit-match-parent; }  #section_IsolasionDownload_3 label {   display: inline-block;   margin-bottom: .5rem; }  #section_IsolasionDownload_3 button {   border-radius: 0; }  #section_IsolasionDownload_3 button:focus:not(:focus-visible) {   outline: 0; }  #section_IsolasionDownload_3 button, #section_IsolasionDownload_3 input, #section_IsolasionDownload_3 optgroup, #section_IsolasionDownload_3 select, #section_IsolasionDownload_3 textarea {   margin: 0;   font-family: inherit;   font-size: inherit;   line-height: inherit; }  #section_IsolasionDownload_3 button, #section_IsolasionDownload_3 input {   overflow: visible; }  #section_IsolasionDownload_3 button, #section_IsolasionDownload_3 select {   text-transform: none; }  #section_IsolasionDownload_3 [role=button] {   cursor: pointer; }  #section_IsolasionDownload_3 select {   word-wrap: normal; }  #section_IsolasionDownload_3 [type=button], #section_IsolasionDownload_3 [type=reset], #section_IsolasionDownload_3 [type=submit], #section_IsolasionDownload_3 button {   -webkit-appearance: button; }  #section_IsolasionDownload_3 [type=button]:not(:disabled), #section_IsolasionDownload_3 [type=reset]:not(:disabled), #section_IsolasionDownload_3 [type=submit]:not(:disabled), #section_IsolasionDownload_3 button:not(:disabled) {   cursor: pointer; }  #section_IsolasionDownload_3 [type=button]::-moz-focus-inner, #section_IsolasionDownload_3 [type=reset]::-moz-focus-inner, #section_IsolasionDownload_3 [type=submit]::-moz-focus-inner, #section_IsolasionDownload_3 button::-moz-focus-inner {   padding: 0;   border-style: none; }  #section_IsolasionDownload_3 input[type=checkbox], #section_IsolasionDownload_3 input[type=radio] {   box-sizing: border-box;   padding: 0; }  #section_IsolasionDownload_3 textarea {   overflow: auto;   resize: vertical; }  #section_IsolasionDownload_3 fieldset {   min-width: 0;   padding: 0;   margin: 0;   border: 0; }  #section_IsolasionDownload_3 legend {   display: block;   width: 100%;   max-width: 100%;   padding: 0;   margin-bottom: .5rem;   font-size: 1.5rem;   line-height: inherit;   color: inherit;   white-space: normal; }  #section_IsolasionDownload_3 progress {   vertical-align: baseline; }  #section_IsolasionDownload_3 [type=number]::-webkit-inner-spin-button, #section_IsolasionDownload_3 [type=number]::-webkit-outer-spin-button {   height: auto; }  #section_IsolasionDownload_3 [type=search] {   outline-offset: -2px;   -webkit-appearance: none; }  #section_IsolasionDownload_3 [type=search]::-webkit-search-decoration {   -webkit-appearance: none; }  #section_IsolasionDownload_3 ::-webkit-file-upload-button {   font: inherit;   -webkit-appearance: button; }  #section_IsolasionDownload_3 output {   display: inline-block; }  #section_IsolasionDownload_3 summary {   display: list-item;   cursor: pointer; }  #section_IsolasionDownload_3 template {   display: none; }  #section_IsolasionDownload_3 [hidden] {   display: none !important; }  #section_IsolasionDownload_3 .h1, #section_IsolasionDownload_3 .h2, #section_IsolasionDownload_3 .h3, #section_IsolasionDownload_3 .h4, #section_IsolasionDownload_3 .h5, #section_IsolasionDownload_3 .h6, #section_IsolasionDownload_3 h1, #section_IsolasionDownload_3 h2, #section_IsolasionDownload_3 h3, #section_IsolasionDownload_3 h4, #section_IsolasionDownload_3 h5, #section_IsolasionDownload_3 h6 {   margin-bottom: .5rem;   font-weight: 500;   line-height: 1.2; }  #section_IsolasionDownload_3 .h1, #section_IsolasionDownload_3 h1 {   font-size: 2.5rem; }  #section_IsolasionDownload_3 .h2, #section_IsolasionDownload_3 h2 {   font-size: 2rem; }  #section_IsolasionDownload_3 .h3, #section_IsolasionDownload_3 h3 {   font-size: 1.75rem; }  #section_IsolasionDownload_3 .h4, #section_IsolasionDownload_3 h4 {   font-size: 1.5rem; }  #section_IsolasionDownload_3 .h5, #section_IsolasionDownload_3 h5 {   font-size: 1.25rem; }  #section_IsolasionDownload_3 .h6, #section_IsolasionDownload_3 h6 {   font-size: 1rem; }  #section_IsolasionDownload_3 .lead {   font-size: 1.25rem;   font-weight: 300; }  #section_IsolasionDownload_3 .display-1 {   font-size: 6rem;   font-weight: 300;   line-height: 1.2; }  #section_IsolasionDownload_3 .display-2 {   font-size: 5.5rem;   font-weight: 300;   line-height: 1.2; }  #section_IsolasionDownload_3 .display-3 {   font-size: 4.5rem;   font-weight: 300;   line-height: 1.2; }  #section_IsolasionDownload_3 .display-4 {   font-size: 3.5rem;   font-weight: 300;   line-height: 1.2; }  #section_IsolasionDownload_3 hr {   margin-top: 1rem;   margin-bottom: 1rem;   border: 0;   border-top: 1px solid rgba(0, 0, 0, 0.1); }  #section_IsolasionDownload_3 .small, #section_IsolasionDownload_3 small {   font-size: 80%;   font-weight: 400; }  #section_IsolasionDownload_3 .mark, #section_IsolasionDownload_3 mark {   padding: .2em;   background-color: #fcf8e3; }  #section_IsolasionDownload_3 .list-unstyled {   padding-left: 0;   list-style: none; }  #section_IsolasionDownload_3 .list-inline {   padding-left: 0;   list-style: none; }  #section_IsolasionDownload_3 .list-inline-item {   display: inline-block; }  #section_IsolasionDownload_3 .list-inline-item:not(:last-child) {   margin-right: .5rem; }  #section_IsolasionDownload_3 .initialism {   font-size: 90%;   text-transform: uppercase; }  #section_IsolasionDownload_3 .blockquote {   margin-bottom: 1rem;   font-size: 1.25rem; }  #section_IsolasionDownload_3 .blockquote-footer {   display: block;   font-size: 80%;   color: #6c757d; }  #section_IsolasionDownload_3 .blockquote-footer::before {   content: "\2014\00A0"; }  #section_IsolasionDownload_3 .img-fluid {   max-width: 100%;   height: auto; }  #section_IsolasionDownload_3 .img-thumbnail {   padding: .25rem;   background-color: #fff;   border: 1px solid #dee2e6;   border-radius: .25rem;   max-width: 100%;   height: auto; }  #section_IsolasionDownload_3 .figure {   display: inline-block; }  #section_IsolasionDownload_3 .figure-img {   margin-bottom: .5rem;   line-height: 1; }  #section_IsolasionDownload_3 .figure-caption {   font-size: 90%;   color: #6c757d; }  #section_IsolasionDownload_3 code {   font-size: 87.5%;   color: #e83e8c;   word-wrap: break-word; }  #section_IsolasionDownload_3 a > code {   color: inherit; }  #section_IsolasionDownload_3 kbd {   padding: .2rem .4rem;   font-size: 87.5%;   color: #fff;   background-color: #212529;   border-radius: .2rem; }  #section_IsolasionDownload_3 kbd kbd {   padding: 0;   font-size: 100%;   font-weight: 700; }  #section_IsolasionDownload_3 pre {   display: block;   font-size: 87.5%;   color: #212529; }  #section_IsolasionDownload_3 pre code {   font-size: inherit;   color: inherit;   word-break: normal; }  #section_IsolasionDownload_3 .pre-scrollable {   max-height: 340px;   overflow-y: scroll; }  #section_IsolasionDownload_3 .container, #section_IsolasionDownload_3 .container-fluid, #section_IsolasionDownload_3 .container-lg, #section_IsolasionDownload_3 .container-md, #section_IsolasionDownload_3 .container-sm, #section_IsolasionDownload_3 .container-xl {   width: 100%;   padding-right: 15px;   padding-left: 15px;   margin-right: auto;   margin-left: auto; }  @media (min-width: 576px) {   #section_IsolasionDownload_3 .container, #section_IsolasionDownload_3 .container-sm {     max-width: 540px; } }  @media (min-width: 768px) {   #section_IsolasionDownload_3 .container, #section_IsolasionDownload_3 .container-md, #section_IsolasionDownload_3 .container-sm {     max-width: 720px; } }  @media (min-width: 992px) {   #section_IsolasionDownload_3 .container, #section_IsolasionDownload_3 .container-lg, #section_IsolasionDownload_3 .container-md, #section_IsolasionDownload_3 .container-sm {     max-width: 960px; } }  @media (min-width: 1200px) {   #section_IsolasionDownload_3 .container, #section_IsolasionDownload_3 .container-lg, #section_IsolasionDownload_3 .container-md, #section_IsolasionDownload_3 .container-sm, #section_IsolasionDownload_3 .container-xl {     max-width: 1140px; } }  #section_IsolasionDownload_3 .row {   display: -ms-flexbox;   display: flex;   -ms-flex-wrap: wrap;   flex-wrap: wrap;   margin-right: -15px;   margin-left: -15px; }  #section_IsolasionDownload_3 .no-gutters {   margin-right: 0;   margin-left: 0; }  #section_IsolasionDownload_3 .no-gutters > .col, #section_IsolasionDownload_3 .no-gutters > [class*=col-] {   padding-right: 0;   padding-left: 0; }  #section_IsolasionDownload_3 .col, #section_IsolasionDownload_3 .col-1, #section_IsolasionDownload_3 .col-10, #section_IsolasionDownload_3 .col-11, #section_IsolasionDownload_3 .col-12, #section_IsolasionDownload_3 .col-2, #section_IsolasionDownload_3 .col-3, #section_IsolasionDownload_3 .col-4, #section_IsolasionDownload_3 .col-5, #section_IsolasionDownload_3 .col-6, #section_IsolasionDownload_3 .col-7, #section_IsolasionDownload_3 .col-8, #section_IsolasionDownload_3 .col-9, #section_IsolasionDownload_3 .col-auto, #section_IsolasionDownload_3 .col-lg, #section_IsolasionDownload_3 .col-lg-1, #section_IsolasionDownload_3 .col-lg-10, #section_IsolasionDownload_3 .col-lg-11, #section_IsolasionDownload_3 .col-lg-12, #section_IsolasionDownload_3 .col-lg-2, #section_IsolasionDownload_3 .col-lg-3, #section_IsolasionDownload_3 .col-lg-4, #section_IsolasionDownload_3 .col-lg-5, #section_IsolasionDownload_3 .col-lg-6, #section_IsolasionDownload_3 .col-lg-7, #section_IsolasionDownload_3 .col-lg-8, #section_IsolasionDownload_3 .col-lg-9, #section_IsolasionDownload_3 .col-lg-auto, #section_IsolasionDownload_3 .col-md, #section_IsolasionDownload_3 .col-md-1, #section_IsolasionDownload_3 .col-md-10, #section_IsolasionDownload_3 .col-md-11, #section_IsolasionDownload_3 .col-md-12, #section_IsolasionDownload_3 .col-md-2, #section_IsolasionDownload_3 .col-md-3, #section_IsolasionDownload_3 .col-md-4, #section_IsolasionDownload_3 .col-md-5, #section_IsolasionDownload_3 .col-md-6, #section_IsolasionDownload_3 .col-md-7, #section_IsolasionDownload_3 .col-md-8, #section_IsolasionDownload_3 .col-md-9, #section_IsolasionDownload_3 .col-md-auto, #section_IsolasionDownload_3 .col-sm, #section_IsolasionDownload_3 .col-sm-1, #section_IsolasionDownload_3 .col-sm-10, #section_IsolasionDownload_3 .col-sm-11, #section_IsolasionDownload_3 .col-sm-12, #section_IsolasionDownload_3 .col-sm-2, #section_IsolasionDownload_3 .col-sm-3, #section_IsolasionDownload_3 .col-sm-4, #section_IsolasionDownload_3 .col-sm-5, #section_IsolasionDownload_3 .col-sm-6, #section_IsolasionDownload_3 .col-sm-7, #section_IsolasionDownload_3 .col-sm-8, #section_IsolasionDownload_3 .col-sm-9, #section_IsolasionDownload_3 .col-sm-auto, #section_IsolasionDownload_3 .col-xl, #section_IsolasionDownload_3 .col-xl-1, #section_IsolasionDownload_3 .col-xl-10, #section_IsolasionDownload_3 .col-xl-11, #section_IsolasionDownload_3 .col-xl-12, #section_IsolasionDownload_3 .col-xl-2, #section_IsolasionDownload_3 .col-xl-3, #section_IsolasionDownload_3 .col-xl-4, #section_IsolasionDownload_3 .col-xl-5, #section_IsolasionDownload_3 .col-xl-6, #section_IsolasionDownload_3 .col-xl-7, #section_IsolasionDownload_3 .col-xl-8, #section_IsolasionDownload_3 .col-xl-9, #section_IsolasionDownload_3 .col-xl-auto {   position: relative;   width: 100%;   padding-right: 15px;   padding-left: 15px; }  #section_IsolasionDownload_3 .col {   -ms-flex-preferred-size: 0;   flex-basis: 0;   -ms-flex-positive: 1;   flex-grow: 1;   max-width: 100%; }  #section_IsolasionDownload_3 .row-cols-1 > * {   -ms-flex: 0 0 100%;   flex: 0 0 100%;   max-width: 100%; }  #section_IsolasionDownload_3 .row-cols-2 > * {   -ms-flex: 0 0 50%;   flex: 0 0 50%;   max-width: 50%; }  #section_IsolasionDownload_3 .row-cols-3 > * {   -ms-flex: 0 0 33.333333%;   flex: 0 0 33.333333%;   max-width: 33.333333%; }  #section_IsolasionDownload_3 .row-cols-4 > * {   -ms-flex: 0 0 25%;   flex: 0 0 25%;   max-width: 25%; }  #section_IsolasionDownload_3 .row-cols-5 > * {   -ms-flex: 0 0 20%;   flex: 0 0 20%;   max-width: 20%; }  #section_IsolasionDownload_3 .row-cols-6 > * {   -ms-flex: 0 0 16.666667%;   flex: 0 0 16.666667%;   max-width: 16.666667%; }  #section_IsolasionDownload_3 .col-auto {   -ms-flex: 0 0 auto;   flex: 0 0 auto;   width: auto;   max-width: 100%; }  #section_IsolasionDownload_3 .col-1 {   -ms-flex: 0 0 8.333333%;   flex: 0 0 8.333333%;   max-width: 8.333333%; }  #section_IsolasionDownload_3 .col-2 {   -ms-flex: 0 0 16.666667%;   flex: 0 0 16.666667%;   max-width: 16.666667%; }  #section_IsolasionDownload_3 .col-3 {   -ms-flex: 0 0 25%;   flex: 0 0 25%;   max-width: 25%; }  #section_IsolasionDownload_3 .col-4 {   -ms-flex: 0 0 33.333333%;   flex: 0 0 33.333333%;   max-width: 33.333333%; }  #section_IsolasionDownload_3 .col-5 {   -ms-flex: 0 0 41.666667%;   flex: 0 0 41.666667%;   max-width: 41.666667%; }  #section_IsolasionDownload_3 .col-6 {   -ms-flex: 0 0 50%;   flex: 0 0 50%;   max-width: 50%; }  #section_IsolasionDownload_3 .col-7 {   -ms-flex: 0 0 58.333333%;   flex: 0 0 58.333333%;   max-width: 58.333333%; }  #section_IsolasionDownload_3 .col-8 {   -ms-flex: 0 0 66.666667%;   flex: 0 0 66.666667%;   max-width: 66.666667%; }  #section_IsolasionDownload_3 .col-9 {   -ms-flex: 0 0 75%;   flex: 0 0 75%;   max-width: 75%; }  #section_IsolasionDownload_3 .col-10 {   -ms-flex: 0 0 83.333333%;   flex: 0 0 83.333333%;   max-width: 83.333333%; }  #section_IsolasionDownload_3 .col-11 {   -ms-flex: 0 0 91.666667%;   flex: 0 0 91.666667%;   max-width: 91.666667%; }  #section_IsolasionDownload_3 .col-12 {   -ms-flex: 0 0 100%;   flex: 0 0 100%;   max-width: 100%; }  #section_IsolasionDownload_3 .order-first {   -ms-flex-order: -1;   order: -1; }  #section_IsolasionDownload_3 .order-last {   -ms-flex-order: 13;   order: 13; }  #section_IsolasionDownload_3 .order-0 {   -ms-flex-order: 0;   order: 0; }  #section_IsolasionDownload_3 .order-1 {   -ms-flex-order: 1;   order: 1; }  #section_IsolasionDownload_3 .order-2 {   -ms-flex-order: 2;   order: 2; }  #section_IsolasionDownload_3 .order-3 {   -ms-flex-order: 3;   order: 3; }  #section_IsolasionDownload_3 .order-4 {   -ms-flex-order: 4;   order: 4; }  #section_IsolasionDownload_3 .order-5 {   -ms-flex-order: 5;   order: 5; }  #section_IsolasionDownload_3 .order-6 {   -ms-flex-order: 6;   order: 6; }  #section_IsolasionDownload_3 .order-7 {   -ms-flex-order: 7;   order: 7; }  #section_IsolasionDownload_3 .order-8 {   -ms-flex-order: 8;   order: 8; }  #section_IsolasionDownload_3 .order-9 {   -ms-flex-order: 9;   order: 9; }  #section_IsolasionDownload_3 .order-10 {   -ms-flex-order: 10;   order: 10; }  #section_IsolasionDownload_3 .order-11 {   -ms-flex-order: 11;   order: 11; }  #section_IsolasionDownload_3 .order-12 {   -ms-flex-order: 12;   order: 12; }  #section_IsolasionDownload_3 .offset-1 {   margin-left: 8.333333%; }  #section_IsolasionDownload_3 .offset-2 {   margin-left: 16.666667%; }  #section_IsolasionDownload_3 .offset-3 {   margin-left: 25%; }  #section_IsolasionDownload_3 .offset-4 {   margin-left: 33.333333%; }  #section_IsolasionDownload_3 .offset-5 {   margin-left: 41.666667%; }  #section_IsolasionDownload_3 .offset-6 {   margin-left: 50%; }  #section_IsolasionDownload_3 .offset-7 {   margin-left: 58.333333%; }  #section_IsolasionDownload_3 .offset-8 {   margin-left: 66.666667%; }  #section_IsolasionDownload_3 .offset-9 {   margin-left: 75%; }  #section_IsolasionDownload_3 .offset-10 {   margin-left: 83.333333%; }  #section_IsolasionDownload_3 .offset-11 {   margin-left: 91.666667%; }  @media (min-width: 576px) {   #section_IsolasionDownload_3 .col-sm {     -ms-flex-preferred-size: 0;     flex-basis: 0;     -ms-flex-positive: 1;     flex-grow: 1;     max-width: 100%; }   #section_IsolasionDownload_3 .row-cols-sm-1 > * {     -ms-flex: 0 0 100%;     flex: 0 0 100%;     max-width: 100%; }   #section_IsolasionDownload_3 .row-cols-sm-2 > * {     -ms-flex: 0 0 50%;     flex: 0 0 50%;     max-width: 50%; }   #section_IsolasionDownload_3 .row-cols-sm-3 > * {     -ms-flex: 0 0 33.333333%;     flex: 0 0 33.333333%;     max-width: 33.333333%; }   #section_IsolasionDownload_3 .row-cols-sm-4 > * {     -ms-flex: 0 0 25%;     flex: 0 0 25%;     max-width: 25%; }   #section_IsolasionDownload_3 .row-cols-sm-5 > * {     -ms-flex: 0 0 20%;     flex: 0 0 20%;     max-width: 20%; }   #section_IsolasionDownload_3 .row-cols-sm-6 > * {     -ms-flex: 0 0 16.666667%;     flex: 0 0 16.666667%;     max-width: 16.666667%; }   #section_IsolasionDownload_3 .col-sm-auto {     -ms-flex: 0 0 auto;     flex: 0 0 auto;     width: auto;     max-width: 100%; }   #section_IsolasionDownload_3 .col-sm-1 {     -ms-flex: 0 0 8.333333%;     flex: 0 0 8.333333%;     max-width: 8.333333%; }   #section_IsolasionDownload_3 .col-sm-2 {     -ms-flex: 0 0 16.666667%;     flex: 0 0 16.666667%;     max-width: 16.666667%; }   #section_IsolasionDownload_3 .col-sm-3 {     -ms-flex: 0 0 25%;     flex: 0 0 25%;     max-width: 25%; }   #section_IsolasionDownload_3 .col-sm-4 {     -ms-flex: 0 0 33.333333%;     flex: 0 0 33.333333%;     max-width: 33.333333%; }   #section_IsolasionDownload_3 .col-sm-5 {     -ms-flex: 0 0 41.666667%;     flex: 0 0 41.666667%;     max-width: 41.666667%; }   #section_IsolasionDownload_3 .col-sm-6 {     -ms-flex: 0 0 50%;     flex: 0 0 50%;     max-width: 50%; }   #section_IsolasionDownload_3 .col-sm-7 {     -ms-flex: 0 0 58.333333%;     flex: 0 0 58.333333%;     max-width: 58.333333%; }   #section_IsolasionDownload_3 .col-sm-8 {     -ms-flex: 0 0 66.666667%;     flex: 0 0 66.666667%;     max-width: 66.666667%; }   #section_IsolasionDownload_3 .col-sm-9 {     -ms-flex: 0 0 75%;     flex: 0 0 75%;     max-width: 75%; }   #section_IsolasionDownload_3 .col-sm-10 {     -ms-flex: 0 0 83.333333%;     flex: 0 0 83.333333%;     max-width: 83.333333%; }   #section_IsolasionDownload_3 .col-sm-11 {     -ms-flex: 0 0 91.666667%;     flex: 0 0 91.666667%;     max-width: 91.666667%; }   #section_IsolasionDownload_3 .col-sm-12 {     -ms-flex: 0 0 100%;     flex: 0 0 100%;     max-width: 100%; }   #section_IsolasionDownload_3 .order-sm-first {     -ms-flex-order: -1;     order: -1; }   #section_IsolasionDownload_3 .order-sm-last {     -ms-flex-order: 13;     order: 13; }   #section_IsolasionDownload_3 .order-sm-0 {     -ms-flex-order: 0;     order: 0; }   #section_IsolasionDownload_3 .order-sm-1 {     -ms-flex-order: 1;     order: 1; }   #section_IsolasionDownload_3 .order-sm-2 {     -ms-flex-order: 2;     order: 2; }   #section_IsolasionDownload_3 .order-sm-3 {     -ms-flex-order: 3;     order: 3; }   #section_IsolasionDownload_3 .order-sm-4 {     -ms-flex-order: 4;     order: 4; }   #section_IsolasionDownload_3 .order-sm-5 {     -ms-flex-order: 5;     order: 5; }   #section_IsolasionDownload_3 .order-sm-6 {     -ms-flex-order: 6;     order: 6; }   #section_IsolasionDownload_3 .order-sm-7 {     -ms-flex-order: 7;     order: 7; }   #section_IsolasionDownload_3 .order-sm-8 {     -ms-flex-order: 8;     order: 8; }   #section_IsolasionDownload_3 .order-sm-9 {     -ms-flex-order: 9;     order: 9; }   #section_IsolasionDownload_3 .order-sm-10 {     -ms-flex-order: 10;     order: 10; }   #section_IsolasionDownload_3 .order-sm-11 {     -ms-flex-order: 11;     order: 11; }   #section_IsolasionDownload_3 .order-sm-12 {     -ms-flex-order: 12;     order: 12; }   #section_IsolasionDownload_3 .offset-sm-0 {     margin-left: 0; }   #section_IsolasionDownload_3 .offset-sm-1 {     margin-left: 8.333333%; }   #section_IsolasionDownload_3 .offset-sm-2 {     margin-left: 16.666667%; }   #section_IsolasionDownload_3 .offset-sm-3 {     margin-left: 25%; }   #section_IsolasionDownload_3 .offset-sm-4 {     margin-left: 33.333333%; }   #section_IsolasionDownload_3 .offset-sm-5 {     margin-left: 41.666667%; }   #section_IsolasionDownload_3 .offset-sm-6 {     margin-left: 50%; }   #section_IsolasionDownload_3 .offset-sm-7 {     margin-left: 58.333333%; }   #section_IsolasionDownload_3 .offset-sm-8 {     margin-left: 66.666667%; }   #section_IsolasionDownload_3 .offset-sm-9 {     margin-left: 75%; }   #section_IsolasionDownload_3 .offset-sm-10 {     margin-left: 83.333333%; }   #section_IsolasionDownload_3 .offset-sm-11 {     margin-left: 91.666667%; } }  @media (min-width: 768px) {   #section_IsolasionDownload_3 .col-md {     -ms-flex-preferred-size: 0;     flex-basis: 0;     -ms-flex-positive: 1;     flex-grow: 1;     max-width: 100%; }   #section_IsolasionDownload_3 .row-cols-md-1 > * {     -ms-flex: 0 0 100%;     flex: 0 0 100%;     max-width: 100%; }   #section_IsolasionDownload_3 .row-cols-md-2 > * {     -ms-flex: 0 0 50%;     flex: 0 0 50%;     max-width: 50%; }   #section_IsolasionDownload_3 .row-cols-md-3 > * {     -ms-flex: 0 0 33.333333%;     flex: 0 0 33.333333%;     max-width: 33.333333%; }   #section_IsolasionDownload_3 .row-cols-md-4 > * {     -ms-flex: 0 0 25%;     flex: 0 0 25%;     max-width: 25%; }   #section_IsolasionDownload_3 .row-cols-md-5 > * {     -ms-flex: 0 0 20%;     flex: 0 0 20%;     max-width: 20%; }   #section_IsolasionDownload_3 .row-cols-md-6 > * {     -ms-flex: 0 0 16.666667%;     flex: 0 0 16.666667%;     max-width: 16.666667%; }   #section_IsolasionDownload_3 .col-md-auto {     -ms-flex: 0 0 auto;     flex: 0 0 auto;     width: auto;     max-width: 100%; }   #section_IsolasionDownload_3 .col-md-1 {     -ms-flex: 0 0 8.333333%;     flex: 0 0 8.333333%;     max-width: 8.333333%; }   #section_IsolasionDownload_3 .col-md-2 {     -ms-flex: 0 0 16.666667%;     flex: 0 0 16.666667%;     max-width: 16.666667%; }   #section_IsolasionDownload_3 .col-md-3 {     -ms-flex: 0 0 25%;     flex: 0 0 25%;     max-width: 25%; }   #section_IsolasionDownload_3 .col-md-4 {     -ms-flex: 0 0 33.333333%;     flex: 0 0 33.333333%;     max-width: 33.333333%; }   #section_IsolasionDownload_3 .col-md-5 {     -ms-flex: 0 0 41.666667%;     flex: 0 0 41.666667%;     max-width: 41.666667%; }   #section_IsolasionDownload_3 .col-md-6 {     -ms-flex: 0 0 50%;     flex: 0 0 50%;     max-width: 50%; }   #section_IsolasionDownload_3 .col-md-7 {     -ms-flex: 0 0 58.333333%;     flex: 0 0 58.333333%;     max-width: 58.333333%; }   #section_IsolasionDownload_3 .col-md-8 {     -ms-flex: 0 0 66.666667%;     flex: 0 0 66.666667%;     max-width: 66.666667%; }   #section_IsolasionDownload_3 .col-md-9 {     -ms-flex: 0 0 75%;     flex: 0 0 75%;     max-width: 75%; }   #section_IsolasionDownload_3 .col-md-10 {     -ms-flex: 0 0 83.333333%;     flex: 0 0 83.333333%;     max-width: 83.333333%; }   #section_IsolasionDownload_3 .col-md-11 {     -ms-flex: 0 0 91.666667%;     flex: 0 0 91.666667%;     max-width: 91.666667%; }   #section_IsolasionDownload_3 .col-md-12 {     -ms-flex: 0 0 100%;     flex: 0 0 100%;     max-width: 100%; }   #section_IsolasionDownload_3 .order-md-first {     -ms-flex-order: -1;     order: -1; }   #section_IsolasionDownload_3 .order-md-last {     -ms-flex-order: 13;     order: 13; }   #section_IsolasionDownload_3 .order-md-0 {     -ms-flex-order: 0;     order: 0; }   #section_IsolasionDownload_3 .order-md-1 {     -ms-flex-order: 1;     order: 1; }   #section_IsolasionDownload_3 .order-md-2 {     -ms-flex-order: 2;     order: 2; }   #section_IsolasionDownload_3 .order-md-3 {     -ms-flex-order: 3;     order: 3; }   #section_IsolasionDownload_3 .order-md-4 {     -ms-flex-order: 4;     order: 4; }   #section_IsolasionDownload_3 .order-md-5 {     -ms-flex-order: 5;     order: 5; }   #section_IsolasionDownload_3 .order-md-6 {     -ms-flex-order: 6;     order: 6; }   #section_IsolasionDownload_3 .order-md-7 {     -ms-flex-order: 7;     order: 7; }   #section_IsolasionDownload_3 .order-md-8 {     -ms-flex-order: 8;     order: 8; }   #section_IsolasionDownload_3 .order-md-9 {     -ms-flex-order: 9;     order: 9; }   #section_IsolasionDownload_3 .order-md-10 {     -ms-flex-order: 10;     order: 10; }   #section_IsolasionDownload_3 .order-md-11 {     -ms-flex-order: 11;     order: 11; }   #section_IsolasionDownload_3 .order-md-12 {     -ms-flex-order: 12;     order: 12; }   #section_IsolasionDownload_3 .offset-md-0 {     margin-left: 0; }   #section_IsolasionDownload_3 .offset-md-1 {     margin-left: 8.333333%; }   #section_IsolasionDownload_3 .offset-md-2 {     margin-left: 16.666667%; }   #section_IsolasionDownload_3 .offset-md-3 {     margin-left: 25%; }   #section_IsolasionDownload_3 .offset-md-4 {     margin-left: 33.333333%; }   #section_IsolasionDownload_3 .offset-md-5 {     margin-left: 41.666667%; }   #section_IsolasionDownload_3 .offset-md-6 {     margin-left: 50%; }   #section_IsolasionDownload_3 .offset-md-7 {     margin-left: 58.333333%; }   #section_IsolasionDownload_3 .offset-md-8 {     margin-left: 66.666667%; }   #section_IsolasionDownload_3 .offset-md-9 {     margin-left: 75%; }   #section_IsolasionDownload_3 .offset-md-10 {     margin-left: 83.333333%; }   #section_IsolasionDownload_3 .offset-md-11 {     margin-left: 91.666667%; } }  @media (min-width: 992px) {   #section_IsolasionDownload_3 .col-lg {     -ms-flex-preferred-size: 0;     flex-basis: 0;     -ms-flex-positive: 1;     flex-grow: 1;     max-width: 100%; }   #section_IsolasionDownload_3 .row-cols-lg-1 > * {     -ms-flex: 0 0 100%;     flex: 0 0 100%;     max-width: 100%; }   #section_IsolasionDownload_3 .row-cols-lg-2 > * {     -ms-flex: 0 0 50%;     flex: 0 0 50%;     max-width: 50%; }   #section_IsolasionDownload_3 .row-cols-lg-3 > * {     -ms-flex: 0 0 33.333333%;     flex: 0 0 33.333333%;     max-width: 33.333333%; }   #section_IsolasionDownload_3 .row-cols-lg-4 > * {     -ms-flex: 0 0 25%;     flex: 0 0 25%;     max-width: 25%; }   #section_IsolasionDownload_3 .row-cols-lg-5 > * {     -ms-flex: 0 0 20%;     flex: 0 0 20%;     max-width: 20%; }   #section_IsolasionDownload_3 .row-cols-lg-6 > * {     -ms-flex: 0 0 16.666667%;     flex: 0 0 16.666667%;     max-width: 16.666667%; }   #section_IsolasionDownload_3 .col-lg-auto {     -ms-flex: 0 0 auto;     flex: 0 0 auto;     width: auto;     max-width: 100%; }   #section_IsolasionDownload_3 .col-lg-1 {     -ms-flex: 0 0 8.333333%;     flex: 0 0 8.333333%;     max-width: 8.333333%; }   #section_IsolasionDownload_3 .col-lg-2 {     -ms-flex: 0 0 16.666667%;     flex: 0 0 16.666667%;     max-width: 16.666667%; }   #section_IsolasionDownload_3 .col-lg-3 {     -ms-flex: 0 0 25%;     flex: 0 0 25%;     max-width: 25%; }   #section_IsolasionDownload_3 .col-lg-4 {     -ms-flex: 0 0 33.333333%;     flex: 0 0 33.333333%;     max-width: 33.333333%; }   #section_IsolasionDownload_3 .col-lg-5 {     -ms-flex: 0 0 41.666667%;     flex: 0 0 41.666667%;     max-width: 41.666667%; }   #section_IsolasionDownload_3 .col-lg-6 {     -ms-flex: 0 0 50%;     flex: 0 0 50%;     max-width: 50%; }   #section_IsolasionDownload_3 .col-lg-7 {     -ms-flex: 0 0 58.333333%;     flex: 0 0 58.333333%;     max-width: 58.333333%; }   #section_IsolasionDownload_3 .col-lg-8 {     -ms-flex: 0 0 66.666667%;     flex: 0 0 66.666667%;     max-width: 66.666667%; }   #section_IsolasionDownload_3 .col-lg-9 {     -ms-flex: 0 0 75%;     flex: 0 0 75%;     max-width: 75%; }   #section_IsolasionDownload_3 .col-lg-10 {     -ms-flex: 0 0 83.333333%;     flex: 0 0 83.333333%;     max-width: 83.333333%; }   #section_IsolasionDownload_3 .col-lg-11 {     -ms-flex: 0 0 91.666667%;     flex: 0 0 91.666667%;     max-width: 91.666667%; }   #section_IsolasionDownload_3 .col-lg-12 {     -ms-flex: 0 0 100%;     flex: 0 0 100%;     max-width: 100%; }   #section_IsolasionDownload_3 .order-lg-first {     -ms-flex-order: -1;     order: -1; }   #section_IsolasionDownload_3 .order-lg-last {     -ms-flex-order: 13;     order: 13; }   #section_IsolasionDownload_3 .order-lg-0 {     -ms-flex-order: 0;     order: 0; }   #section_IsolasionDownload_3 .order-lg-1 {     -ms-flex-order: 1;     order: 1; }   #section_IsolasionDownload_3 .order-lg-2 {     -ms-flex-order: 2;     order: 2; }   #section_IsolasionDownload_3 .order-lg-3 {     -ms-flex-order: 3;     order: 3; }   #section_IsolasionDownload_3 .order-lg-4 {     -ms-flex-order: 4;     order: 4; }   #section_IsolasionDownload_3 .order-lg-5 {     -ms-flex-order: 5;     order: 5; }   #section_IsolasionDownload_3 .order-lg-6 {     -ms-flex-order: 6;     order: 6; }   #section_IsolasionDownload_3 .order-lg-7 {     -ms-flex-order: 7;     order: 7; }   #section_IsolasionDownload_3 .order-lg-8 {     -ms-flex-order: 8;     order: 8; }   #section_IsolasionDownload_3 .order-lg-9 {     -ms-flex-order: 9;     order: 9; }   #section_IsolasionDownload_3 .order-lg-10 {     -ms-flex-order: 10;     order: 10; }   #section_IsolasionDownload_3 .order-lg-11 {     -ms-flex-order: 11;     order: 11; }   #section_IsolasionDownload_3 .order-lg-12 {     -ms-flex-order: 12;     order: 12; }   #section_IsolasionDownload_3 .offset-lg-0 {     margin-left: 0; }   #section_IsolasionDownload_3 .offset-lg-1 {     margin-left: 8.333333%; }   #section_IsolasionDownload_3 .offset-lg-2 {     margin-left: 16.666667%; }   #section_IsolasionDownload_3 .offset-lg-3 {     margin-left: 25%; }   #section_IsolasionDownload_3 .offset-lg-4 {     margin-left: 33.333333%; }   #section_IsolasionDownload_3 .offset-lg-5 {     margin-left: 41.666667%; }   #section_IsolasionDownload_3 .offset-lg-6 {     margin-left: 50%; }   #section_IsolasionDownload_3 .offset-lg-7 {     margin-left: 58.333333%; }   #section_IsolasionDownload_3 .offset-lg-8 {     margin-left: 66.666667%; }   #section_IsolasionDownload_3 .offset-lg-9 {     margin-left: 75%; }   #section_IsolasionDownload_3 .offset-lg-10 {     margin-left: 83.333333%; }   #section_IsolasionDownload_3 .offset-lg-11 {     margin-left: 91.666667%; } }  @media (min-width: 1200px) {   #section_IsolasionDownload_3 .col-xl {     -ms-flex-preferred-size: 0;     flex-basis: 0;     -ms-flex-positive: 1;     flex-grow: 1;     max-width: 100%; }   #section_IsolasionDownload_3 .row-cols-xl-1 > * {     -ms-flex: 0 0 100%;     flex: 0 0 100%;     max-width: 100%; }   #section_IsolasionDownload_3 .row-cols-xl-2 > * {     -ms-flex: 0 0 50%;     flex: 0 0 50%;     max-width: 50%; }   #section_IsolasionDownload_3 .row-cols-xl-3 > * {     -ms-flex: 0 0 33.333333%;     flex: 0 0 33.333333%;     max-width: 33.333333%; }   #section_IsolasionDownload_3 .row-cols-xl-4 > * {     -ms-flex: 0 0 25%;     flex: 0 0 25%;     max-width: 25%; }   #section_IsolasionDownload_3 .row-cols-xl-5 > * {     -ms-flex: 0 0 20%;     flex: 0 0 20%;     max-width: 20%; }   #section_IsolasionDownload_3 .row-cols-xl-6 > * {     -ms-flex: 0 0 16.666667%;     flex: 0 0 16.666667%;     max-width: 16.666667%; }   #section_IsolasionDownload_3 .col-xl-auto {     -ms-flex: 0 0 auto;     flex: 0 0 auto;     width: auto;     max-width: 100%; }   #section_IsolasionDownload_3 .col-xl-1 {     -ms-flex: 0 0 8.333333%;     flex: 0 0 8.333333%;     max-width: 8.333333%; }   #section_IsolasionDownload_3 .col-xl-2 {     -ms-flex: 0 0 16.666667%;     flex: 0 0 16.666667%;     max-width: 16.666667%; }   #section_IsolasionDownload_3 .col-xl-3 {     -ms-flex: 0 0 25%;     flex: 0 0 25%;     max-width: 25%; }   #section_IsolasionDownload_3 .col-xl-4 {     -ms-flex: 0 0 33.333333%;     flex: 0 0 33.333333%;     max-width: 33.333333%; }   #section_IsolasionDownload_3 .col-xl-5 {     -ms-flex: 0 0 41.666667%;     flex: 0 0 41.666667%;     max-width: 41.666667%; }   #section_IsolasionDownload_3 .col-xl-6 {     -ms-flex: 0 0 50%;     flex: 0 0 50%;     max-width: 50%; }   #section_IsolasionDownload_3 .col-xl-7 {     -ms-flex: 0 0 58.333333%;     flex: 0 0 58.333333%;     max-width: 58.333333%; }   #section_IsolasionDownload_3 .col-xl-8 {     -ms-flex: 0 0 66.666667%;     flex: 0 0 66.666667%;     max-width: 66.666667%; }   #section_IsolasionDownload_3 .col-xl-9 {     -ms-flex: 0 0 75%;     flex: 0 0 75%;     max-width: 75%; }   #section_IsolasionDownload_3 .col-xl-10 {     -ms-flex: 0 0 83.333333%;     flex: 0 0 83.333333%;     max-width: 83.333333%; }   #section_IsolasionDownload_3 .col-xl-11 {     -ms-flex: 0 0 91.666667%;     flex: 0 0 91.666667%;     max-width: 91.666667%; }   #section_IsolasionDownload_3 .col-xl-12 {     -ms-flex: 0 0 100%;     flex: 0 0 100%;     max-width: 100%; }   #section_IsolasionDownload_3 .order-xl-first {     -ms-flex-order: -1;     order: -1; }   #section_IsolasionDownload_3 .order-xl-last {     -ms-flex-order: 13;     order: 13; }   #section_IsolasionDownload_3 .order-xl-0 {     -ms-flex-order: 0;     order: 0; }   #section_IsolasionDownload_3 .order-xl-1 {     -ms-flex-order: 1;     order: 1; }   #section_IsolasionDownload_3 .order-xl-2 {     -ms-flex-order: 2;     order: 2; }   #section_IsolasionDownload_3 .order-xl-3 {     -ms-flex-order: 3;     order: 3; }   #section_IsolasionDownload_3 .order-xl-4 {     -ms-flex-order: 4;     order: 4; }   #section_IsolasionDownload_3 .order-xl-5 {     -ms-flex-order: 5;     order: 5; }   #section_IsolasionDownload_3 .order-xl-6 {     -ms-flex-order: 6;     order: 6; }   #section_IsolasionDownload_3 .order-xl-7 {     -ms-flex-order: 7;     order: 7; }   #section_IsolasionDownload_3 .order-xl-8 {     -ms-flex-order: 8;     order: 8; }   #section_IsolasionDownload_3 .order-xl-9 {     -ms-flex-order: 9;     order: 9; }   #section_IsolasionDownload_3 .order-xl-10 {     -ms-flex-order: 10;     order: 10; }   #section_IsolasionDownload_3 .order-xl-11 {     -ms-flex-order: 11;     order: 11; }   #section_IsolasionDownload_3 .order-xl-12 {     -ms-flex-order: 12;     order: 12; }   #section_IsolasionDownload_3 .offset-xl-0 {     margin-left: 0; }   #section_IsolasionDownload_3 .offset-xl-1 {     margin-left: 8.333333%; }   #section_IsolasionDownload_3 .offset-xl-2 {     margin-left: 16.666667%; }   #section_IsolasionDownload_3 .offset-xl-3 {     margin-left: 25%; }   #section_IsolasionDownload_3 .offset-xl-4 {     margin-left: 33.333333%; }   #section_IsolasionDownload_3 .offset-xl-5 {     margin-left: 41.666667%; }   #section_IsolasionDownload_3 .offset-xl-6 {     margin-left: 50%; }   #section_IsolasionDownload_3 .offset-xl-7 {     margin-left: 58.333333%; }   #section_IsolasionDownload_3 .offset-xl-8 {     margin-left: 66.666667%; }   #section_IsolasionDownload_3 .offset-xl-9 {     margin-left: 75%; }   #section_IsolasionDownload_3 .offset-xl-10 {     margin-left: 83.333333%; }   #section_IsolasionDownload_3 .offset-xl-11 {     margin-left: 91.666667%; } }  @font-face {   #section_IsolasionDownload_3 {     font-family: 'icon';     src: url("https://storage.googleapis.com/tisio-asset-bundles/media/IsolasionDownload/icon.eot?bwpimv");     src: url("https://storage.googleapis.com/tisio-asset-bundles/media/IsolasionDownload/icon.eot?bwpimv#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/tisio-asset-bundles/media/IsolasionDownload/icon.ttf?bwpimv") format("truetype"), url("https://storage.googleapis.com/tisio-asset-bundles/media/IsolasionDownload/icon.woff?bwpimv") format("woff"), url("https://storage.googleapis.com/tisio-asset-bundles/media/IsolasionDownload/icon.svg?bwpimv#icon") format("svg");     font-weight: normal;     font-style: normal;     font-display: block; } }  #section_IsolasionDownload_3 [class^="dn-"], #section_IsolasionDownload_3 [class*=" dn-"] {   /* use !important to prevent issues with browser extensions that change fonts */   font-family: 'icon' !important;   speak: never;   font-style: normal;   font-weight: normal;   font-variant: normal;   text-transform: none;   line-height: 1;   /* Better Font Rendering =========== */   -webkit-font-smoothing: antialiased;   -moz-osx-font-smoothing: grayscale; }  #section_IsolasionDownload_3 .dn-download:before {   content: "\e901"; }  #section_IsolasionDownload_3 .dn-delivery:before {   content: "\e900"; }  #section_IsolasionDownload_3 .dn-request:before {   content: "\e902"; }  #section_IsolasionDownload_3 .dn-cart:before {   content: "\e903"; }  #section_IsolasionDownload_3 .dn-location:before {   content: "\e904"; }  #section_IsolasionDownload_3 .dn-arrow-left:before {   content: "\e905"; }  #section_IsolasionDownload_3 .dn-arrow-right:before {   content: "\e906"; }  #section_IsolasionDownload_3 .dn-download1:before {   content: "\e907"; }  #section_IsolasionDownload_3 .dn-ellipsis:before {   content: "\e908"; }  #section_IsolasionDownload_3 .dn-user:before {   content: "\e909"; }  #section_IsolasionDownload_3 .dn-instagram:before {   content: "\e90a"; }  #section_IsolasionDownload_3 .dn-youtube:before {   content: "\e90b"; }  #section_IsolasionDownload_3 .dn-facebook:before {   content: "\e90c"; }  #section_IsolasionDownload_3 .dn-packages:before {   content: "\e90d"; }  #section_IsolasionDownload_3 .dn-package:before {   content: "\e90e"; }  #section_IsolasionDownload_3 .dn-email:before {   content: "\e90f"; }  #section_IsolasionDownload_3 .dn-mobile:before {   content: "\e910"; }  #section_IsolasionDownload_3 .dn-shipped:before {   content: "\e911"; }  #section_IsolasionDownload_3 .dn-cart-plus:before {   content: "\e912"; }  #section_IsolasionDownload_3 .dn-delete:before {   content: "\e913"; }  #section_IsolasionDownload_3 .dn-cart-fill:before {   content: "\e914"; }  #section_IsolasionDownload_3 .dn-user-fill:before {   content: "\e915"; }  #section_IsolasionDownload_3 .dn-minus:before {   content: "\e916"; }  #section_IsolasionDownload_3 .dn-instagram-fill:before {   content: "\e917"; }  #section_IsolasionDownload_3 .dn-youtube-fill:before {   content: "\e918"; }  #section_IsolasionDownload_3 .dn-telegram:before {   content: "\e919"; }  #section_IsolasionDownload_3 .dn-search:before {   content: "\e91a"; }  #section_IsolasionDownload_3 .dn-facebook-fill:before {   content: "\e91b"; }  #section_IsolasionDownload_3 .dn-right:before {   content: "\e91c"; }  #section_IsolasionDownload_3 .dn-close:before {   content: "\e91d"; }  #section_IsolasionDownload_3 .dn-left:before {   content: "\e91e"; }  #section_IsolasionDownload_3 .dn-icon-left:before {   content: "\e91f"; }  #section_IsolasionDownload_3 .dn-icon-right:before {   content: "\e920"; }  #section_IsolasionDownload_3 .dn-plus:before {   content: "\e921"; }  #section_IsolasionDownload_3 .dn-icon-bottom:before {   content: "\e922"; }  #section_IsolasionDownload_3 .dn-icon-top:before {   content: "\e923"; }  #section_IsolasionDownload_3 .dn-bottom-icon:before {   content: "\e924"; }  #section_IsolasionDownload_3 .dn-top-icon:before {   content: "\e925"; }  #section_IsolasionDownload_3 .dn-right-icon:before {   content: "\e926"; }  #section_IsolasionDownload_3 .dn-left-icon:before {   content: "\e927"; }  #section_IsolasionDownload_3 .dn-right-fill-icon:before {   content: "\e928"; }  #section_IsolasionDownload_3 .dn-left-fill-icon:before {   content: "\e929"; }  #section_IsolasionDownload_3 .dn-top-fill-icon:before {   content: "\e92a"; }  #section_IsolasionDownload_3 .dn-bottom-fill-icon:before {   content: "\e92b"; }  #section_IsolasionDownload_3 .dn-announcement:before {   content: "\e92c"; }  #section_IsolasionDownload_3 .dn-cleaning:before {   content: "\e92d"; }  #section_IsolasionDownload_3 .dn-conversation:before {   content: "\e92e"; }  #section_IsolasionDownload_3 .dn-dfrt:before {   content: "\e92f"; }  #section_IsolasionDownload_3 .dn-drill:before {   content: "\e930"; }  #section_IsolasionDownload_3 .dn-drill-bottle:before {   content: "\e931"; }  #section_IsolasionDownload_3 .dn-search-eror:before {   content: "\e932"; }  #section_IsolasionDownload_3 .dn-fabric:before {   content: "\e933"; }  #section_IsolasionDownload_3 .dn-twitter:before {   content: "\e934"; }  #section_IsolasionDownload_3 .dn-gallon:before {   content: "\e935"; }  #section_IsolasionDownload_3 .dn-location1:before {   content: "\e936"; }  #section_IsolasionDownload_3 .dn-manual-book:before {   content: "\e937"; }  #section_IsolasionDownload_3 .dn-menu:before {   content: "\e938"; }  #section_IsolasionDownload_3 .dn-Outline:before {   content: "\e939"; }  #section_IsolasionDownload_3 .dn-pdf:before {   content: "\e93a"; }  #section_IsolasionDownload_3 .dn-clock:before {   content: "\e93b"; }  #section_IsolasionDownload_3 .dn-barrier:before {   content: "\e93c"; }  #section_IsolasionDownload_3 .dn-basement:before {   content: "\e93d"; }  #section_IsolasionDownload_3 .dn-concrete:before {   content: "\e93e"; }  #section_IsolasionDownload_3 .dn-crack:before {   content: "\e93f"; }  #section_IsolasionDownload_3 .dn-dance-floor:before {   content: "\e940"; }  #section_IsolasionDownload_3 .dn-elevator:before {   content: "\e941"; }  #section_IsolasionDownload_3 .dn-gap:before {   content: "\e942"; }  #section_IsolasionDownload_3 .dn-golden-gate-bridge:before {   content: "\e943"; }  #section_IsolasionDownload_3 .dn-home:before {   content: "\e944"; }  #section_IsolasionDownload_3 .dn-land:before {   content: "\e945"; }  #section_IsolasionDownload_3 .dn-pipeline:before {   content: "\e946"; }  #section_IsolasionDownload_3 .dn-roof:before {   content: "\e947"; }  #section_IsolasionDownload_3 .dn-tatami:before {   content: "\e948"; }  #section_IsolasionDownload_3 .dn-tunnel:before {   content: "\e949"; }  #section_IsolasionDownload_3 .dn-click:before {   content: "\e94a"; }  #section_IsolasionDownload_3 .dn-writing:before {   content: "\e94b"; }  #section_IsolasionDownload_3 .dn-phone:before {   content: "\e94c"; }  #section_IsolasionDownload_3 .row[data-space="0"] {   margin-right: 0;   margin-left: 0; }  #section_IsolasionDownload_3 .row[data-space="0"] > [class*="col-"] {   padding-right: 0;   padding-left: 0; }  #section_IsolasionDownload_3 .row[data-space="10"] {   margin-right: -5px;   margin-left: -5px; }  #section_IsolasionDownload_3 .row[data-space="10"] > [class*="col-"] {   padding-right: 5px;   padding-left: 5px; }  #section_IsolasionDownload_3 .row[data-space="15"] {   margin-right: -7.5px;   margin-left: -7.5px; }  #section_IsolasionDownload_3 .row[data-space="15"] > [class*="col-"] {   padding-right: 7.5px;   padding-left: 7.5px; }  #section_IsolasionDownload_3 .row[data-space="20"] {   margin-right: -10px;   margin-left: -10px; }  #section_IsolasionDownload_3 .row[data-space="20"] > [class*="col-"] {   padding-right: 10px;   padding-left: 10px; }  #section_IsolasionDownload_3 .row[data-space="24"] {   margin-right: -12px;   margin-left: -12px; }  #section_IsolasionDownload_3 .row[data-space="24"] > [class*="col-"] {   padding-right: 12px;   padding-left: 12px; }  #section_IsolasionDownload_3 .row[data-space="44"] {   margin-right: -22px;   margin-left: -22px; }  #section_IsolasionDownload_3 .row[data-space="44"] > [class*="col-"] {   padding-right: 22px;   padding-left: 22px; }  #section_IsolasionDownload_3 .row[data-space="60"] {   margin-right: -30px;   margin-left: -30px; }  #section_IsolasionDownload_3 .row[data-space="60"] > [class*="col-"] {   padding-right: 30px;   padding-left: 30px; }  #section_IsolasionDownload_3 .col-ul-1, #section_IsolasionDownload_3 .col-ul-2, #section_IsolasionDownload_3 .col-ul-3, #section_IsolasionDownload_3 .col-ul-4, #section_IsolasionDownload_3 .col-ul-5, #section_IsolasionDownload_3 .col-ul-6, #section_IsolasionDownload_3 .col-ul-7, #section_IsolasionDownload_3 .col-ul-8, #section_IsolasionDownload_3 .col-ul-9, #section_IsolasionDownload_3 .col-ul-10, #section_IsolasionDownload_3 .col-ul-11, #section_IsolasionDownload_3 .col-ul-12, #section_IsolasionDownload_3 .col-x5, #section_IsolasionDownload_3 .col-xl-x5, #section_IsolasionDownload_3 .col-lg-x5, #section_IsolasionDownload_3 .col-md-x5, #section_IsolasionDownload_3 .col-sm-x5 {   position: relative;   width: 100%;   padding-right: 15px;   padding-left: 15px; }  #section_IsolasionDownload_3 .col-x5 {   flex: 0 0 20%;   max-width: 20%; }  @media (min-width: 576px) {   #section_IsolasionDownload_3 .col-sm-x5 {     flex: 0 0 20%;     max-width: 20%; } }  @media (min-width: 768px) {   #section_IsolasionDownload_3 .col-md-x5 {     flex: 0 0 20%;     max-width: 20%; } }  @media (min-width: 992px) {   #section_IsolasionDownload_3 .col-lg-x5 {     flex: 0 0 20%;     max-width: 20%; } }  @media (min-width: 1200px) {   #section_IsolasionDownload_3 .col-xl-x5 {     flex: 0 0 20%;     max-width: 20%; } }  @media (min-width: 1400px) {   #section_IsolasionDownload_3 .col-ul-1 {     flex: 0 0 8.333333333333333%;     max-width: 8.333333333333333%; }   #section_IsolasionDownload_3 .col-ul-2 {     flex: 0 0 16.66666666666666%;     max-width: 16.66666666666666%; }   #section_IsolasionDownload_3 .col-ul-3 {     flex: 0 0 25%;     max-width: 25%; }   #section_IsolasionDownload_3 .col-ul-4 {     flex: 0 0 33.33333333333333%;     max-width: 33.33333333333333%; }   #section_IsolasionDownload_3 .col-ul-5 {     flex: 0 0 41.66666666666667%;     max-width: 41.66666666666667%; }   #section_IsolasionDownload_3 .col-ul-6 {     flex: 0 0 50%;     max-width: 50%; }   #section_IsolasionDownload_3 .col-ul-7 {     flex: 0 0 58.33333333333333%;     max-width: 58.33333333333333%; }   #section_IsolasionDownload_3 .col-ul-8 {     flex: 0 0 66.66666666666667%;     max-width: 66.66666666666667%; }   #section_IsolasionDownload_3 .col-ul-9 {     flex: 0 0 75%;     max-width: 75%; }   #section_IsolasionDownload_3 .col-ul-10 {     flex: 0 0 83.33333333333333%;     max-width: 83.33333333333333%; }   #section_IsolasionDownload_3 .col-ul-11 {     flex: 0 0 91.66666666666667%;     max-width: 91.66666666666667%; }   #section_IsolasionDownload_3 .col-ul-12 {     flex: 0 0 100%;     max-width: 100%; } }  #section_IsolasionDownload_3 body {   text-align: left;   font-family: 'Poppins';   font-size: 13px;   direction: ltr;   overflow-x: hidden; }  #section_IsolasionDownload_3 ul {   padding: 0;   margin: 0; }  #section_IsolasionDownload_3 ul li {   list-style: none; }  #section_IsolasionDownload_3 a, #section_IsolasionDownload_3 a:hover, #section_IsolasionDownload_3 a:focus, #section_IsolasionDownload_3 a:active, #section_IsolasionDownload_3 a:visited {   text-decoration: none;   color: #212121; }  #section_IsolasionDownload_3 img {   max-width: 100%; }  #section_IsolasionDownload_3 h1, #section_IsolasionDownload_3 h2, #section_IsolasionDownload_3 h3, #section_IsolasionDownload_3 h4, #section_IsolasionDownload_3 h5, #section_IsolasionDownload_3 h6 {   margin: 0; }  #section_IsolasionDownload_3 input:focus, #section_IsolasionDownload_3 button:focus, #section_IsolasionDownload_3 textarea:focus {   outline: none; }  #section_IsolasionDownload_3 p {   margin-bottom: 0; }  #section_IsolasionDownload_3 figure {   margin: 0 0 0 0; }  #section_IsolasionDownload_3 footer, #section_IsolasionDownload_3 header, #section_IsolasionDownload_3 section {   max-width: 1440px;   margin: 0 auto; }  #section_IsolasionDownload_3 .download {   margin-bottom: 35px; }  #section_IsolasionDownload_3 .download__wrapper ul li {   margin-bottom: 5px; }  #section_IsolasionDownload_3 .download__wrapper ul li:last-child {   margin-bottom: 0; }  #section_IsolasionDownload_3 .download__wrapper__item {   display: flex;   align-items: center;   padding: 0 40px;   transition: 0.3s; }  #section_IsolasionDownload_3 .download__wrapper__item__icon {   border-radius: 2px;   flex: 0 0 40px;   width: 40px;   height: 50px;   background-color: #f5f5f5;   margin-right: 60px;   display: flex;   align-items: flex-end;   justify-content: center; }  #section_IsolasionDownload_3 .download__wrapper__item__icon i {   font-size: 45px;   color: #009ba5;   margin-right: -30px;   margin-bottom: -7px; }  #section_IsolasionDownload_3 .download__wrapper__item__icon i svg {   fill: #009ba5 !important; }  #section_IsolasionDownload_3 .download__wrapper__item__content {   display: flex;   flex-direction: row;   flex: 0 0 calc(100% - 100px);   width: calc(100% - 100px);   background-color: #f5f5f5;   padding: 20px; }  #section_IsolasionDownload_3 .download__wrapper__item__content__title {   display: flex;   align-items: center; }  #section_IsolasionDownload_3 .download__wrapper__item__content__title i {   font-size: 43px;   color: #03235a;   margin-right: 20px; }  #section_IsolasionDownload_3 .download__wrapper__item__content__title h3 {   font-size: 18px;   font-weight: 300;   color: #333333; }  #section_IsolasionDownload_3 .download__wrapper__item__content__detail {   display: flex;   margin-left: auto; }  #section_IsolasionDownload_3 .download__wrapper__item__content__detail a {   display: flex;   align-items: flex-end;   font-size: 12px;   font-weight: 300;   color: #042C38;   line-height: 16px; }  #section_IsolasionDownload_3 .download__wrapper__item__content__detail a i {   margin-left: 5px;   font-size: 24px;   color: #817d79; }  #section_IsolasionDownload_3 .download__wrapper__item:hover .download__wrapper__item__content {   background-color: #03235a; }  #section_IsolasionDownload_3 .download__wrapper__item:hover .download__wrapper__item__content__title i svg {   fill: #009ba5 !important; }  #section_IsolasionDownload_3 .download__wrapper__item:hover .download__wrapper__item__content__title h3 {   color: #fff; }  #section_IsolasionDownload_3 .download__wrapper__item:hover .download__wrapper__item__content__detail i svg {   fill: #fff !important; }  @media (max-width: 768px) {   #section_IsolasionDownload_3 .download__wrapper__item__icon {     margin-right: 25px; }   #section_IsolasionDownload_3 .download__wrapper__item__content {     padding: 15px 5px 5px 5px; }   #section_IsolasionDownload_3 .download__wrapper__item__content__title i {     margin-right: 10px; }   #section_IsolasionDownload_3 .download__wrapper__item__content__title h3 {     font-size: 15px; } }  @media (max-width: 576px) {   #section_IsolasionDownload_3 .download__wrapper__item__icon {     margin-right: 20px;     flex: 0 0 40px;     width: 40px;     height: 57px; }   #section_IsolasionDownload_3 .download__wrapper__item__icon i {     font-size: 50px;     margin-right: -15px; }   #section_IsolasionDownload_3 .download__wrapper__item__content {     padding: 5px;     flex: 0 0 calc(100% - 60px);     width: calc(100% - 60px); }   #section_IsolasionDownload_3 .download__wrapper__item__content__title i {     font-size: 35px; } }  @media (max-width: 480px) {   #section_IsolasionDownload_3 .download__wrapper__item {     padding: 0 15px; }   #section_IsolasionDownload_3 .download__wrapper__item__icon {     display: none; }   #section_IsolasionDownload_3 .download__wrapper__item__content {     flex: 0 0 100%;     width: 100%; }   #section_IsolasionDownload_3 .download__wrapper__item__content__title {     padding-bottom: 5px; }   #section_IsolasionDownload_3 .download__wrapper__item__content__title i {     font-size: 25px;     margin-right: 5px; }   #section_IsolasionDownload_3 .download__wrapper__item__content__title h3 {     font-size: 14px; } }  #section_LogicSeptFooter_4 {   background-color: #fff;   display: flex;   justify-content: center;   align-items: center;   font-family: Arial, Helvetica, sans-serif; }   #section_LogicSeptFooter_4 .container {     display: flex;     justify-content: space-between;     padding-top: 20px;     gap: 20px;     flex-wrap: wrap;     width: calc(100% - 20px);     border-top: 2px solid #d7d6df;     border-bottom: 1px solid #d7d6df;     max-width: 1170px;     position: relative; }   #section_LogicSeptFooter_4 .container::before {     content: '';     position: absolute;     width: 150px;     height: 100%;     top: 0;     left: 0;     background-color: #17a3ac;     z-index: 2; }   #section_LogicSeptFooter_4 .container .prt1 {     display: flex;     align-items: flex-end;     justify-content: space-between;     flex-direction: column;     max-width: 280px;     min-height: 310px;     width: 100%;     position: relative; }   #section_LogicSeptFooter_4 .container .prt1 .logo {     position: absolute;     width: 150px;     height: 120px;     object-fit: cover;     object-position: center;     right: -25px;     top: -20px; }   #section_LogicSeptFooter_4 .container .prt1 img:nth-child(2) {     position: absolute;     width: 300px;     left: 38px;     height: 200px;     bottom: 0; }   #section_LogicSeptFooter_4 .container .prt1 .icons {     display: flex;     flex-direction: column;     align-self: flex-start;     align-items: flex-start;     gap: 5px;     position: absolute;     left: 70px;     bottom: 5px;     width: calc(100% - 40px); }   #section_LogicSeptFooter_4 .container .prt1 .icons .row_icon {     display: flex;     gap: 7px;     z-index: 3; }   #section_LogicSeptFooter_4 .container .prt1 .icons .copyright {     font-size: 12px;     line-height: 20px;     color: #ffffff;     z-index: 3;     width: calc(100% - 40px); }   #section_LogicSeptFooter_4 .container .prt1 .icons::before {     content: '';     position: absolute;     width: 100%;     min-width: 300px;     height: 90px;     bottom: -5px;     left: -31px;     background-color: #14213af1;     z-index: 3; }   #section_LogicSeptFooter_4 .container .prt1 .icons a {     text-decoration: none;     z-index: 2; }   #section_LogicSeptFooter_4 .container .prt1 .icons img {     display: inline-block;     width: 20px;     height: 20px; }   #section_LogicSeptFooter_4 .container .prt2 {     display: flex;     flex-direction: column;     gap: 5px;     font-size: 14px;     line-height: 20px;     padding-bottom: 20px;     max-width: 250px;     box-sizing: border-box;     background-color: #fff;     padding-left: 10px;     z-index: 3;     position: relative; }   #section_LogicSeptFooter_4 .container .prt2:nth-last-child(1) {     justify-content: flex-start;     padding-top: 34px;     gap: 10px;     max-width: 200px; }   #section_LogicSeptFooter_4 .container .prt2::before {     content: '';     position: absolute;     left: 0;     top: 40px;     width: 1px;     height: calc(100% - 50px);     background-color: #dddddd; }   #section_LogicSeptFooter_4 .container .prt2 .title {     margin: 0;     font-size: 16px !important;     line-height: 30px;     font-weight: bold;     color: #404040; }   #section_LogicSeptFooter_4 .container .prt2 a {     text-decoration: none;     color: #666666;     text-align: left; }   #section_LogicSeptFooter_4 .container .prt2 a:hover {     text-decoration: none;     color: #313A4A; }   #section_LogicSeptFooter_4 .container .prt2 .address {     display: flex;     flex-direction: column;     align-items: flex-start; }   #section_LogicSeptFooter_4 .container .prt2 .address .contact_title {     color: #404040;     font-size: 14px;     line-height: 20px;     font-weight: bold; }   #section_LogicSeptFooter_4 .container .prt2 .address .tel {     display: flex;     flex-direction: column;     width: 100%; }   @media only screen and (max-width: 1090px) {     #section_LogicSeptFooter_4 .container .prt1 {       max-width: 100%;       align-items: flex-start;       min-height: 200px;       gap: 30px;       order: 10; }     #section_LogicSeptFooter_4 .container .prt1 img:nth-child(2) {       left: 0; }     #section_LogicSeptFooter_4 .container::before {       display: none; }     #section_LogicSeptFooter_4 .container .prt1 .icons {       padding-left: 20px;       width: calc(100% - 20px);       left: 0; }     #section_LogicSeptFooter_4 .container .prt1 .icons::before {       left: -10px;       width: calc(100% + 20px);       height: 70px; }     #section_LogicSeptFooter_4 .container .prt2 {       margin-left: 10px; }     #section_LogicSeptFooter_4 .container .prt1 .logo {       position: revert; }     #section_LogicSeptFooter_4 .container .prt2:nth-last-child(2)::before {       content: '';       position: absolute;       left: -10px;       top: 0;       width: 1px;       height: 100%; } }   @media only screen and (max-width: 580px) {     #section_LogicSeptFooter_4 .container .prt2 .title {       font-size: 16px !important; }     #section_LogicSeptFooter_4 .container .prt2:nth-last-child(1) .address {       width: 100%;       max-width: 100%; }     #section_LogicSeptFooter_4 .container .prt2:nth-last-child(1) {       width: 100%;       max-width: 100%;       padding-top: 0; }     #section_LogicSeptFooter_4 .container .prt2 {       min-width: 200px; }     #section_LogicSeptFooter_4 .container {       justify-content: flex-start; }     #section_LogicSeptFooter_4 .container .prt2:nth-last-child(1)::before {       top: 0; } } 
