

































































:root{
    --primary_color: #0099CC;
    --secondary_color: #005470;
    --tertiary_color: #FFCD00;
    --quaternary_color: #0D0D0D;
    --fifth_color: #0078A1;
    --sixth_color: #373d41;
    --body_color: #000000;
    --body-bg: #F1F1F1;
    --body-text-color: #5A5D60;
    --body_font: Source Sans 3;
    --heading_font: Source Sans 3;
    
}
body{font-family:'Source Sans 3'; font-weight:400; color:#000; font-size:20px; line-height:24px;}
@media (max-width:767px){
    body{font-size:17px; line-height:30px;}
}

/* Paragraphs */
strong{font-weight:700;}
a{ transition:400ms; text-decoration:none; color:#005470;}
a:hover, a:focus{text-decoration:none; color:#0099CC; }

p{margin:0 0 15px 0;}
p:last-child{margin:0;}

.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-uppercase{text-transform:uppercase;}

.white-text,.white-text h1,.white-text h2,.white-text h3,.white-text h4,.white-text h5,.white-text h6{color:#fff;}

.ul-style ul{list-style:none; padding:0; margin:0;}
.ul-style li{padding-left:20px;position:relative; margin-bottom:20px;list-style:none;}
.ul-style li:after{background-color:#0099CC;border-radius:100%;content:'';height:8px;left:0;position:absolute;top:11px;width:8px;}

.ul-check ul{list-style:none; padding:0; margin:0;font-size:19px;}
.ul-check li{padding-left:40px;position:relative; margin-bottom:28px;}
.ul-check li:after{background:url(https://1616151.fs1.hubspotusercontent-na1.net/hubfs/1616151/theme-hippo/images/checkmark.svg) no-repeat center / 26px 21px;content:'';height:21px;left:0;position:absolute;top:4px;width:26px;}

h1,h2,h3,h4,h5,h6{margin-top:0px; font-weight:400; margin-bottom:15px; }
h1 { font-family: 'Source Sans 3'; font-style: normal; font-weight: 700; text-decoration: none; font-size:72px; color:#007cc3; line-height:72px; }
h2 { font-family: 'Source Sans 3'; font-style: normal; font-weight: 700; text-decoration: none; font-size:64px; color:#005470; line-height:64px; }
h3 { font-family: 'Source Sans 3'; font-style: normal; font-weight: 700; text-decoration: none; font-size:32px; color:#005470; line-height:32px; }
h4 { font-family: 'Source Sans 3'; font-style: normal; font-weight: 700; text-decoration: none; font-size:24px; color:#000000; line-height:26px; }
h5 { font-family: 'Source Sans 3'; font-style: normal; font-weight: 700; text-decoration: none; font-size:30px; color:#005470; line-height:36px; }
h6 { font-family: 'Source Sans 3'; font-style: normal; font-weight: 700; text-decoration: none; font-size:26px; color:#005470; line-height:30px; }

@media (max-width:1199px){
    h1{font-size:48px;line-height:60px;}
    h2{font-size:50px;line-height:45px;}
}
@media (max-width:991px){}
@media (max-width:767px){
    h1{font-size:38px;line-height:48px;}
    h2{font-size:36px;line-height:36px;}
}
/* Topbar css */
body.overlay_navigation{ height:100vh;overflow: hidden; }

header.header{ position: fixed; top: 0; left: 0; width:100%; z-index: 101; background: #fff; }
header.header a { display: inline-block; display:flex; }
header.header.scrolled{ box-shadow: 0 0 7px 0 #5a5d60; transition: box-shadow 1.3s ease-out, transform .5s ease-out; }
header.header .container { max-width: 1484px; padding: 0 22px; }
header.header .topbar { background: var(--primary_color); /* position: fixed; top: 0; left: 0; */ position:relative;  z-index: 101; width: 100%; overflow: hidden; }
header.header .text-link a { font-size: 14px; line-height: 18px; font-weight: 700; color: #fff; text-decoration: underline 1px rgb(from #fff r g b / 0%); text-underline-offset: 3px; padding: 11px 12px; display: inline-block; }
header.header .text-link a:hover { text-decoration-color: #fff; }
header.header .topbar-dark-menu { padding: 0 24px 0 12px; background: var(--fifth_color); }
header.header .menu-btn{ margin-left: -20px; }
header.header .menu-btn a { padding: 11px 36px 11px 16px; position: relative; border-radius: 40px; background: var(--primary_color); min-width: 89px; }
header.header .menu-btn a:before {position: absolute;content: '';right: 12px; top: 11px; width: 16px; height: 16px; background: url("data:image/svg+xml,%3Csvg%20width='32'%20height='32'%20fill='%23fff'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M28%206H4V8H28V6Z%20M20%2024H4V26H20V24Z%20M28%2015H4V17H28V15Z'/%3E%3C/svg%3E") no-repeat center / 16px 16px; }
header.header .topbar-nav{ overflow: hidden; transition: max-width .4s cubic-bezier(0,0,0,1),transform .4s cubic-bezier(1,0,1,1); }
header.header .topbar-nav .menu-btn { max-width: 0; transform: translateX(300px); }
header.header.btn-visible .topbar-nav .menu-btn { max-width: 200px; transform: translateX(0); transition: max-width .4s cubic-bezier(1,0,1,1); }
/* header.header .bottombar { margin-top: 39px; } */
header.header .bottombar-wrapper { padding: 8px 0 0; min-height: 110px; }
header.header .bottombar-wrapper .logo { padding-right: 40px; max-width: 174px; width: 100%; }
header.header .bottombar-wrapper .logo img { width: 100%; }
header.header .bottombar-wrapper .bottombar-middle { flex-grow: 1; }
header.header .bottombar-wrapper .main-menu { padding: 16px 0; border-bottom: 1px solid #e6e6e6; }
header.header .main-menu .hsc-menu-wrapper > ul { display: flex; margin: 0; padding: 0; }
header.header .main-menu .hsc-menu-wrapper > ul li { list-style: none; }
header.header .main-menu .hsc-menu-wrapper > ul li + li { margin-left: 32px; }
header.header .main-menu .hsc-menu-wrapper > ul li  a { padding-left: 18px; position: relative; font-size: 16px; line-height: 20px; font-weight: 700; color: #0d0d0d; transition:400ms }
header.header .main-menu .hsc-menu-wrapper > ul li  a:hover{ color: var(--fifth_color); }
header.header .main-menu .hsc-menu-wrapper > ul li a:before { position: absolute; content: ''; width: 12px; height: 12px; background: var(--fifth_color); top: 5px; left: 0; border-radius: 12px; background-image: url("data:image/svg+xml,%3Csvg%20width='32'%20height='32'%20fill='%23fff'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M10%2023.6667L17.52%2016L10%208.33333L12.24%206L22%2016L12.24%2026L10%2023.6667Z'/%3E%3C/svg%3E"); background-position: center; background-size: 12px; transition:400ms }
header.header .main-menu .hsc-menu-wrapper > ul li a:hover:before { background: transparent; background-image: url("data:image/svg+xml,%3Csvg%20width='32'%20height='32'%20fill='%230078a1'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M10%2023.6667L17.52%2016L10%208.33333L12.24%206L22%2016L12.24%2026L10%2023.6667Z'/%3E%3C/svg%3E"); background-position: center; background-size: 12px; }
/* header.header.btn-visible .menu-btn a { display: none; }
header.header.btn-visible .menu-btn a.close-btn-link { display: block; }
 */
header.header .bottom-right { padding-left: 40px; }
header.header .bottom-right .menu-btn { margin: 0; }

header.header .header__logo a { justify-content: center; }
header.header .header__logo { padding: 15px; }

.sidebar { position: fixed; left: 0; top: 0; width:100%; height:100%; z-index: 10;  }
.sidebar.open{background: rgb(from #000 r g b/40%); opacity:1; visibility: visible; margin-top: 40px; }
.sidebar.close{ opacity:0; visibility: hidden; }
.sidebar .sidebar-wrapper{ position: absolute; z-index: 10; max-width: 100vw; /*max-width: calc(100vw - 40px);*/ display: flex; left:-100%; transition: 300ms; height:100%; }
.sidebar .sidebar-wrapper.open{ left:0; transition: 300ms; }
/* .sidebar .sidebar-wrapper.close{ left:-100%; transition: 300ms; } */
.sidebar a { display: inline-flex; }
.sidebar .sidebar-inner { position: relative; min-width: 324px; max-width: 324px; height: 100%; background: #fff; display: block; padding: 0 0 44px 44px; z-index: 11; }
.sidebar .sidebar-inner:before { box-shadow: 0 0 10px #000; content: ""; height: 100%; pointer-events: none; position: absolute; right: 0; width: 1px; z-index: -1; }
.sidebar .wrapper{ padding-top: 18px; }
.sidebar .sidebar-inner .logo { display: inline-flex; margin-bottom: 20px; }
.sidebar .sidebar-inner .logo a { width: 134px; }
.sidebar .sidebar-inner .logo a img { width: 100%; }
.sidebar .close-stripe { background: #5a5d60; box-shadow: 3px 0 5px 0 #444; transition: transform .3s ease; padding-top: 46px; cursor: pointer; position: absolute; top: 0; left: 280px; height: 100%; }
.sidebar .close-stripe .icon { width: 24px; height: 24px; margin-bottom: 10px; }
.sidebar .close-stripe > div { display: flex; flex-direction: column; align-items: center; width: 40px; }
.sidebar .close-stripe span { writing-mode: vertical-rl; transform: rotate(180deg); color:#fff; font-size: 14px; line-height: 20px; font-weight: 700; }

/* === */
/* .sidebar-menu .hs-menu-wrapper > ul  li.hs-menu-depth-3.hs-item-has-children > ul { display: none; } */
/* === */

.sidebar .wrapper { position: relative; height: calc(100% + 44px); }
.sidebar .sidemenu-topbar { display:flex; justify-content: space-between; align-items: center; }
.close-btn a { width: auto; background: #5a5d60; color:#fff !important; padding: 10px 34px 10px 16px !important; border-radius: 100px; cursor: pointer; font-size: 14px !important; line-height: normal !important; display: inline-flex; color: #fff; text-transform: uppercase; font-weight: 700; position: relative !important; /*z-index: 10;*/ }
.close-btn a:after { position: absolute !important; content: ''; top: 11px; right: 12px !important; left: unset !important; border:none !important; background: url("data:image/svg+xml,%3Csvg%20width='32'%20height='32'%20fill='%23fff'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M26%207.75L24.25%206L16%2014.25L7.75%206L6%207.75L14.25%2016L6%2024.25L7.75%2026L16%2017.75L24.25%2026L26%2024.25L17.75%2016L26%207.75Z'/%3E%3C/svg%3E") no-repeat center / cover;width: 16px; height: 16px;} 
.sidebar-menu .hsc-menu-wrapper ul { margin: 0; padding: 0; }
.sidebar-menu .hsc-menu-wrapper ul li { list-style: none; }
.sidebar-menu .hsc-menu-wrapper ul li.active > a{ background: #eff9fd; border-left:4px solid #0078a1 !important; }
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.submenu-title.no-link a:before { display: none !important; }
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.submenu-title { padding: 110px 20px 16px; }
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.submenu-title a { font-weight: 700; position: relative; padding: 0; font-size: 20px; line-height: 24px; border: none; }
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.submenu-title a:before { content: ""; display: inline-block; vertical-align: top; width: 14px; height: 14px; background-color: #0078a1; background-size: cover; border-radius: 50%; margin-top: 5px; margin-right: 6px; flex-shrink: 0; transition: all .3s ease; background-image: url("data:image/svg+xml,%3Csvg%20width='32'%20height='32'%20fill='%23fff'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M10%2023.6667L17.52%2016L10%208.33333L12.24%206L22%2016L12.24%2026L10%2023.6667Z'/%3E%3C/svg%3E"); }
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.submenu-title a:after{ border: none; }
header.header .menu-btn a.close-btn-link{ display: none; background: var(--fifth_color); }
header.header .menu-btn a.close-btn-link:before { background-image: url(data:image/svg+xml,%3Csvg%20width=%2732%27%20height=%2732%27%20fill=%27%23fff%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d=%27M26%207.75L24.25%206L16%2014.25L7.75%206L6%207.75L14.25%2016L6%2024.25L7.75%2026L16%2017.75L24.25%2026L26%2024.25L17.75%2016L26%207.75Z%27/%3E%3C/svg%3E); }

/* .sidebar-menu .hs-menu-wrapper ul li.hs-menu-item.submenu-title a:before */
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.hs-item-has-children a:hover:before { background-image: url(data:image/svg+xml,%3Csvg%20width=%2732%27%20height=%2732%27%20fill=%27%230078a1%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d=%27M10%2023.6667L17.52%2016L10%208.33333L12.24%206L22%2016L12.24%2026L10%2023.6667Z%27/%3E%3C/svg%3E); background-color: transparent; }
.sidebar-menu .hsc-menu-wrapper > ul > li > a { padding: 12px 30px 10px 20px; width: 100%; }
.sidebar-menu .hsc-menu-wrapper > ul > li > a { font-size: 20px; line-height: 24px; font-weight: 700; color: var(--quaternary_color); }
.sidebar-menu .hsc-menu-wrapper > ul > li > a:hover { color: var(--fifth_color); }
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children ul { position: absolute; top: 0; right: 0; background: #fff; height: 100%; transform: translateX(-200px); opacity:0; visibility:hidden; z-index: -1;transition-property: transform, visibility; transition:400ms  }
.sidebar-menu .hsc-menu-wrapper ul.hs-menu-children-wrapper { min-width: 400px; max-width: 400px; }
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-depth-2 a { padding: 12px 30px 10px 20px; font-size: 16px; line-height: 24px; border-left: 4px solid transparent; transition:400ms }

.sidebar .sidebar-bottom { font-size: 16px; line-height: 24px; margin-top: 20px; }
.sidebar .sidebar-bottom > div { padding: 12px 0 12px 20px; }
.sidebar .sidebar-bottom > div > a { color: var(--quaternary_color); }
.sidebar .sidebar-bottom > div > a:hover { color: var(--fifth_color); }
/* .sidebar-menu .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children ul{min-height: 100vh;  } */
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.hs-item-has-children ul:before { z-index: -1; right: 0px; width: 1px; pointer-events: none; box-shadow: 0 0 10px #000; content: ""; position: absolute; height: 100%; }
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.hs-item-has-children ul.open{ opacity:1; transform: translateX(0); opacity:1; visibility:visible;  }
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.hs-item-has-children a { position: relative; width: 100%; color: var(--quaternary_color); }
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.hs-item-has-children > a:before { position: absolute; content: ''; width: 5px; height: 5px; right: 20px; top: 20px; border: solid #0d0d0d; border-width: 2px 2px 0 0; transform: rotate(52deg); pointer-events: none; }
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.hs-item-has-children a:hover{ border-color: var(--primary_color); color: var(--primary_color); }
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-depth-2 a:hover:after { border-color: #bbbdc0; }
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-depth-2 a:after { position: absolute; content: ''; bottom: 0; left: 20px; right: 20px; border-bottom: 1px solid #e6e6e6; transition:400ms }
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-depth-2.hs-item-has-children ul { right: 0; }
.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-depth-3.hs-item-has-children ul { right: 0; }
.sidebar-menu .hsc-menu-wrapper ul li.info-additional { position: absolute; top: 0; right: 0; min-height: 100%; max-height: 100%; background: #eff9fd; }
.sidebar-card { /*max-width: 400px; min-width: 400px; */background: #eff9fd; }
.sidebar-card .card-inner { padding: 40px 22px; }
.sidebar-card .image, .sidebar-card .image img { width: 100%; }
.sidebar-card .title { font-weight: 700; font-size: 16px; line-height: 24px; color: #0d0d0d; margin-top: 25px; }
.sidebar-card .content { font-weight: 400; font-size: 16px; line-height: 24px; color: #0d0d0d; }
.sidebar-card .sidebar-btn { display: inline-block;margin-top: 25px; }
.sidebar-card .sidebar-btn a { display: inline-block; font-size: 18px; line-height: 20px; font-weight: 400; color: #fff !important; background: #0078a1; border: 1px solid #0078a1; border-radius: 3px; padding: 13px 16px; transition: all .4s ease; transition-property: color, background, border-color; }
.sidebar-card .sidebar-btn a:hover { color: #fff; text-decoration: none; background: #006081; border-color: #006081; }
.sidebar-card .sidebar-btn a:after{ display:none; }

.breadcrumb { padding: 16px 0; }
.breadcrumb ul { padding: 0; margin: 0; display: flex; align-items: center; flex-wrap: wrap; row-gap: 10px; }
.breadcrumb ul li { padding-right:16px; list-style: none; position: relative; }
/* .breadcrumb ul li + li { padding-left: 16px; position: relative; } */
.breadcrumb ul li a { font-size: 12px; line-height: 14px; color: var(--fifth_color); text-decoration: underline transparent; text-underline-offset: 3px; }
.breadcrumb ul li:before { position: absolute; content: "/"; font-size: 12px; top: 0; left: -8px; line-height: 12px; color: var(--fifth_color); }
.breadcrumb ul li:first-child:before{ display:none; }
.breadcrumb ul li a:hover { text-decoration-color: var(--fifth_color); }
.breadcrumb ul li:last-child a { cursor: initial; text-decoration: none; color: var(--body-text-color); }


@media( min-width: 992px ){
    .sidebar .sidebar-inner .sidemenu-topbar .close-btn a{ display: none; }
    header.header .bottombar-wrapper { min-height: 110px; }
}

@media( max-width: 1429px ){
    .sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.submenu-title { padding: 38px 20px 16px; }
}
@media( max-width: 1199px ){
    header.header .bottombar-wrapper .logo { max-width: 130px; }
}
@media( max-width: 991px ){
    .breadcrumb { border-top: 1px solid #e6e6e6; }
    header.header .container { padding: 0 15px; }
/*     header.header .topbar { background: var(--fifth_color); ); } */
    header.header .topbar .topbar-nav { display: flex; justify-content: flex-end; }
    header.header .topbar-dark-menu {padding-right: 6px; }
    header.header .topbar-nav .menu-btn { display: inline-block; max-width: unset; transform: translateX(0); margin: 0; }
    header.header .text-link.text-uppercase a { font-size: 12px; line-height: 16px; }
    header.header .menu-btn a { position: absolute; top: 65px; right: 15px; }
    header.header .text-link a.close-btn-link { padding: 11px 5px; display: inline-block; position: static; font-size: 0 !important; min-width: 40px; margin-left: -18px; }
    
    header.header .bottombar-wrapper { padding-top: 20px; flex-direction: column; align-items: flex-start; }
    header.header .bottombar-wrapper .logo { max-width: 92px; padding: 0; }
    header.header .bottombar-wrapper .main-menu { display: none; }
    header.header .bottombar-wrapper .bottombar-middle { padding-top: 20px; width: 100%; }
    header.header .bottom-right { padding: 0; }

    .sidebar .sidebar-inner { padding: 0 0 22px 0; max-width: 100%; width: 100%; }
    .sidebar .sidebar-inner:before{ display: none; }
    .sidebar .close-stripe { display: none; }
    .sidebar .sidebar-wrapper { width: 100%; max-width: 100%;  }
    .sidebar .wrapper{ padding: 0; }
    .sidebar .sidebar-inner .sidemenu-topbar{ padding:0 22px; }
    .sidebar .sidebar-inner .logo { width: 92px; padding-top: 20px; }
    .sidebar-menu .hsc-menu-wrapper ul.hs-menu-children-wrapper{ min-width: auto; }
    .sidebar-menu .hsc-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children ul { position: fixed; right: unset; left: 0;  top:0; width: 100%; max-width: 100%; z-index: 2; height: calc(100vh - 130px); }
    .sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.hs-item-has-children ul{ height: 100vh; overflow: auto; }
    .sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.hs-item-has-children ul:before { box-shadow: none; }
    .sidebar-menu .hsc-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children > ul { top: 100px; }
    .sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.hs-item-has-children a:hover { border: none; }
    .sidebar-menu .hsc-menu-wrapper ul li.hs-item-has-children.hs-menu-depth-2 a, .sidebar-menu .hsc-menu-wrapper ul li.hs-item-has-children.hs-menu-depth-3 a, .sidebar-menu .hsc-menu-wrapper ul li.hs-item-has-children.hs-menu-depth-4 a { border:0; }
    .sidebar-menu .hsc-menu-wrapper ul li.hs-menu-depth-2 a:after, .sidebar-menu .hsc-menu-wrapper ul li.hs-menu-depth-3 a:after, .sidebar-menu .hsc-menu-wrapper ul li.hs-menu-depth-2 a:after, .sidebar-menu .hsc-menu-wrapper ul li.hs-menu-depth-4 a:after { left: 0; }
    .sidebar-menu .hsc-menu-wrapper ul li.info-additional { position: static; min-height: unset; }
    .sidebar-card { min-width: auto; max-width: 100%; }
    
    .sidebar-menu .hsc-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children > ul,.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-depth-2.hs-item-has-children > ul,.sidebar-menu .hsc-menu-wrapper ul li.hs-menu-depth-3.hs-item-has-children > ul { top: 0; }
    .sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.back-btn { padding: 50px 20px 0 20px; display: flex; align-items: center; justify-content: space-between; }
    .sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.back-btn .ds-aem_c-mega-menu__back { background: transparent; border: 0; display: flex; align-items: center; font-size: 16px; line-height: 20px; padding-left: 24px; position: relative; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 31ch; text-align: left; }
    .sidebar-menu .hsc-menu-wrapper ul li.hs-menu-item.back-btn .ds-aem_c-mega-menu__back svg.ds-aem_c-mega-menu__icon-back {position: absolute; top: 0; left: 0; width: 16px; height: 20px; flex-shrink: 0; }
}

/* @media( max-width: 575px ){
    header.header .topbar-dark-menu { padding: 0; }
} */
a.cta_button{box-sizing: border-box !important;}

.btn-group{}
.btn-group > div{display:inline-block;margin:0 2px;vertical-align:middle;}
.btn-group > div:first-child{margin-left:0; margin-bottom:5px;}
.btn-group > div:last-child{margin-right:0; margin-bottom:5px;}

[class*="button-"] a{border:solid 1px; padding:8px 15px; display:inline-block;font-size:18px; text-align:center;border-radius:4px;} 

.button-1 a{background-color:;color:#FFF; border-color:#FFF;}
.button-1 a:hover{background-color:#005470;border-color:#005470;color:#FFFFFF;}

.button-2 a{background-color:#fff;color:#005470; border-color:#fff;}
.button-2 a:hover{background-color:#005470;border-color:#005470;color:#FFFFFF;}

.button-3 a{background-color:#fff;color:#005470; border-color:#0099CC; border-width:2px; border-radius:50px; font-weight: 700; font-size: 20px; padding: 6px 20px;}
.button-3:not(.no-hover) a:hover{background-color:#005470;border-color:#005470;color:#FFFFFF;}

.button-4[class*="button-"] a{background: var(--tertiary_color); color: var(--quaternary_color); font-size: 14px; line-height: 18px; border-radius: 50px; font-weight: 700; border: none; padding: 15px 36px 15px 16px; position: relative; transition:400ms }
.button-4[class*="button-"] a:before { position: absolute; content: ''; width: 9px; height: 9px; background: url(https://2510332.fs1.hubspotusercontent-na1.net/hubfs/2510332/Atlas-copco-2025/Images/arrow-black.svg) no-repeat center; right: 15px; top: 19px; transition:400ms }
.button-4[class*="button-"] a:hover:before { transform: translate(2px, -2px); }


.link-text a{color:#005470; text-transform:uppercase; font-weight:700; font-size:18px;position:relative;padding: 0 23px 0 0;display:inline-block; }
.link-text a:hover{color:#0099CC;}
.link-text a:after{background:url(https://497316.fs1.hubspotusercontent-na1.net/hubfs/497316/theme-ritter-communication/side_arrow-blue.png) no-repeat center;content:'';position:absolute;right:0;top:8px;width:9px;height:14px;transition:400ms;}
.link-text a:hover:after{right: -8px;}

@media (max-width:1199px){
    [class*="button-"] a{padding:8px 15px;}
}

@media (max-width:991px){
    .btn-group > div{display:block; margin:0 0 8px;}
}

@media (max-width:767px){

}
input{font-family:Source Sans 3;}

::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{opacity:1;color:#c2c2c2;}
::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder{opacity:1;color:#c2c2c2;}
:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder{opacity:1;color:#c2c2c2;}
:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder{opacity:1;color:#c2c2c2;}

.hs-error-msgs label{display:block; font-size:13px; transform:translate(2px, -11px); -webkit-transform:translate(2px, -11px); -moz-transform:translate(2px, -11px);}

textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])
{font-family:Source Sans 3; border-radius:4px; color:#000; background-color:#fbfbfd; border:none; padding:12px 15px; margin:0 0 15px 0; font-size:14px; font-weight:400; width:100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1, select.hs-input, fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
select {cursor:pointer; font-size:14px; padding:11px 15px; color:#c2c2c2; background:#fff url(https://1616151.fs1.hubspotusercontent-na1.net/hubfs/1616151/Hippo%20Master%20Folder/theme-hippo/images/select-chevron.svg) no-repeat right 29px center / 27px auto; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
select::-ms-expand{display:none;}
fieldset .hs-form-field > label span.hs-form-required{display:none;}
fieldset .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
textarea{resize:none;}

input[type="submit"]{background-color:;border:solid 2px #FFF;border-radius:8px 0;color:#FFF;transition:400ms; display:inline-block;font-size:18px;font-family:Source Sans 3;font-weight:700;min-width:212px;padding:7px 15px;-webkit-appearance: none;text-align:center; cursor:pointer;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:#005470;border-color:#005470;color:#FFFFFF;}

/* Default Form Code */
.default-form .hs-form .hs-form-field > label span.hs-form-required{display:none;}
.default-form .hs-form .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inline-block;}
.default-form .hs-form .hs-form-field .input{margin:0;}
.default-form .hs-form label{display:block;padding:0 0 15px;}
.default-form .hs-form fieldset{border:none;margin:0;max-width:none;padding:0;}
.default-form .hs-form fieldset.form-columns-2{margin:0 -14px;}
.default-form .hs-form fieldset.form-columns-2 .hs-form-field{width:calc(50% - 28px); margin:0 14px; float:left;}
.default-form .hs-form fieldset.form-columns-3{margin:0 -14px;}
.default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:calc(33.33% - 28px); margin:0 14px; float:left;}
.default-form .hs-form .hs_submit{padding:25px 0 0;}
.default-form .hs-form .legal-consent-container{font-size:13px;padding:17px 0 0;}
.default-form .hs-form .inputs-list{list-style:none;margin:0; padding:0;}
.default-form .hs-form .inputs-list input[type="checkbox"]{opacity:0;position:absolute;}
.default-form .hs-form .inputs-list span{margin:0;padding:2px 0 0 40px;position:relative; cursor:pointer;display: inline-block;}
.default-form .hs-form .inputs-list span:after{background-color:#FFF; border:solid 2px #bfc6d8; content:'';height:20px;left:0;position:absolute;top:5px;width:20px;border-radius: 6px;}
.default-form .hs-form .inputs-list span:before{border-bottom:2px solid #175ca4;border-left:2px solid #175ca4;content:'';height:4px;left:6px;position:absolute;top:13px;transform:rotate(-41deg);width:10px;z-index:1;}
.default-form .hs-form .inputs-list span:before{border-bottom-width:0; border-left-width:0;}
.default-form .hs-form .inputs-list input[type="checkbox"]:checked + span:before{border-bottom-width:2px; border-left-width:2px;}
.default-form .hs-form .inputs-list span span{display:none;}
.default-form .hs-form fieldset[class*="form-columns-"] select{width:100% !important;}
.default-form div.hs_error_rollup{display: none;}
@media (max-width:767px){
    .default-form .hs-form fieldset.form-columns-2, .default-form .hs-form fieldset.form-columns-3{margin:0;}
    .default-form .hs-form fieldset.form-columns-2 .hs-form-field, .default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:100%; margin:0; float:none;}
    .default-form .hs-form fieldset .input .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
    .default-form .hs-form fieldset.form-columns-2 .input .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
    .default-form .hs-form fieldset.form-columns-3 .input .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){width:100%;}
    .default-form .hs-form label{padding:0;}
}
.submitted-message{text-align:center;color:#155724;background-color:#d4edda;border-color:#c3e6cb;position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid #c3e6cb;border-radius:.25rem;}
.submitted-message p{margin:0 !important;}
@media (max-width:767px){
    input[type="submit"]{min-width:auto;}
}
footer.footer .footer-top { background: var(--sixth_color); padding: 64px 0 0; }
footer.footer .footer-top .row-wrapper { max-width: calc(100% - 300px); }
footer.footer .footer-top .footer-menu ul { margin: 0; padding: 0; list-style: none; }
footer.footer .footer-top .footer-menu ul li a { color: #fff; position: relative; display: flex; }
footer.footer .footer-top .footer-menu ul li a:hover { text-decoration: underline; }
footer.footer .footer-top .footer-menu > ul { display: flex; flex-wrap: wrap; }
footer.footer .footer-top .footer-menu > ul > li { width: 33.33%; }
footer.footer .footer-top .footer-menu .hs-menu-wrapper > ul { display: flex; margin: 0 -15px; }
footer.footer .footer-top .footer-menu ul li.hs-menu-item.hs-menu-depth-1 { padding: 0 15px; width:33.33%; }
footer.footer .footer-top .footer-menu ul > li.hs-menu-depth-1 > a { font-size: 20px; line-height: 24px; font-weight: 700; margin-bottom: 16px; display: inline-block; }
footer.footer .footer-top .footer-menu ul li.hs-menu-item.hs-menu-depth-1.no-link > a { pointer-events: none; cursor: inherit; }
footer.footer .footer-top .footer-menu ul  li.hs-menu-depth-2  a { font-size: 18px; line-height: 24px; font-weight: 400; }
footer.footer .footer-top .footer-menu ul li.hs-menu-depth-2 a { position: relative; padding-left: 18px; }
footer.footer .footer-top .footer-menu ul li.hs-menu-depth-2 a:before {content: "";display: inline-block;vertical-align: top; background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='%23fff'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M10.3902%207.71062L6.64015%203.61982C6.49373%203.46005%206.25627%203.46005%206.10983%203.61986C5.96341%203.77962%205.96341%204.03864%206.10986%204.19839L9.59469%207.99993L6.10981%2011.8017C5.96339%2011.9614%205.96339%2012.2204%206.10984%2012.3802C6.18305%2012.4601%206.27902%2012.5%206.37499%2012.5C6.47096%2012.5%206.56695%2012.4601%206.64017%2012.3802L10.3902%208.28916C10.4605%208.21245%2010.5%208.10841%2010.5%207.99992C10.5%207.89141%2010.4605%207.78734%2010.3902%207.71062Z'%20fill='white'%20stroke='white'%20stroke-width='0.5'/%3E%3C/svg%3E%0A");height: 16px;width:16px;position: absolute;top: 0;left: -4px;margin-top: 4px;}
footer.footer .footer-top .footer-menu ul li.hs-menu-depth-2 + li.hs-menu-depth-2 { margin-top: 16px; }
footer.footer .footer-top .footer-box { padding: 0 16px; width: 33.33%; }
footer.footer .footer-top .footer-box .col-title a { display: inline-block; font-size: 20px; font-weight: 700; line-height: 24px; margin-bottom: 16px; color: #fff; }
footer.footer .footer-top .footer-box .content { font-size: 18px; font-weight: 400; line-height: 24px; }
footer.footer .footer-top .footer-menu ul li.hs-menu-depth-2 a.another-tab:before {background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='%23fff'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M10.0035%202V3H12.2964L9.14999%206.14642L9.8571%206.85353L13.0035%203.70709V6H14.0035V2H10.0035Z'%20fill='white'/%3E%3Cpath%20d='M3.1%203H8V4.1H3.1V12.9H11.9V7.4H13V12.9C13%2013.5075%2012.5075%2014%2011.9%2014H3.1C2.49249%2014%202%2013.5075%202%2012.9V4.1C2%203.49249%202.49249%203%203.1%203Z'%20fill='white'/%3E%3C/svg%3E%0A") !important;}
footer.footer .footer-top .scroll-top-wrapper { margin: 20px 0 55px; }
footer.footer .footer-top .scroll-top-wrapper a { display: inline-block; padding: 10px 36px 10px 16px; border: 1px solid #e6e6e6; border-radius: 30px; color: #fff; font-size: 14px; line-height: 22px; font-weight: 700; position: relative; }
footer.footer .footer-top .scroll-top-wrapper a:hover { border: 1px solid var(--fifth_color); background: rgb(from #fff r g b / 10%); ); }
footer.footer .footer-top .scroll-top-wrapper a:before { position: absolute; content: ''; display: inline-block; vertical-align: top; width: 16px; height: 16px;background: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='%23fff'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.2153%2011.9111C14.4424%2012.0682%2014.7539%2012.0116%2014.9111%2011.7846C15.0682%2011.5575%2015.0116%2011.246%2014.7846%2011.0889L9.42298%207.377C8.56687%206.7843%207.43304%206.7843%206.57693%207.377L1.21535%2011.0889C0.988308%2011.246%200.931676%2011.5575%201.08886%2011.7846C1.24604%2012.0116%201.55752%2012.0682%201.78456%2011.9111L7.14614%208.19919C7.65981%207.84357%208.3401%207.84357%208.85377%208.19919L14.2153%2011.9111ZM14.2153%209.41105C14.4424%209.56823%2014.7539%209.5116%2014.9111%209.28456C15.0682%209.05752%2015.0116%208.74604%2014.7846%208.58886L9.42298%204.877C8.56687%204.2843%207.43304%204.2843%206.57693%204.877L1.21535%208.58886C0.988308%208.74604%200.931676%209.05752%201.08886%209.28456C1.24604%209.5116%201.55752%209.56824%201.78456%209.41105L7.14614%205.69919C7.65981%205.34357%208.3401%205.34357%208.85377%205.69919L14.2153%209.41105Z'%20fill='white'/%3E%3C/svg%3E%0A"); right: 10px; top: 12px; }

footer.footer .social-icons-wrapper { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 16px; padding: 40px 0; border-top: 1px solid #fff; }
footer.footer .social-icons-wrapper .icon a { width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border: 1px solid #fff; border-radius: 50%; }
footer.footer .social-icons-wrapper .icon a img { height: 16px; }
footer.footer .social-icons-wrapper .icon a:hover { background: rgb(from #fff r g b / 10%); border-color: var(--fifth_color); }

footer.footer .footer-bottom .bottom-menu ul { display: flex; align-items: center; justify-content: center; padding: 0; margin: 0; }
footer.footer .footer-bottom { background: #f3f3f3; }
footer.footer .footer-bottom .bottom-menu ul li { list-style: none; padding: 22px 12px; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; }
footer.footer .footer-bottom .bottom-menu ul li:last-child a { color: #0d0d0d; pointer-events: none; cursor: inherit; }
footer.footer .footer-bottom .bottom-menu ul li a { color: #0078a1; font-size: 16px; line-height: 18px; }
footer.footer .footer-bottom .bottom-menu ul li a:hover { text-decoration: underline; color: #0078a1; }

footer.footer .footer-strip { font-size: 18px; line-height: 24px; padding: 12px 0; }
footer.footer .footer-strip .row { display: flex; justify-content: space-between; flex-wrap: wrap; row-gap: 16px; }
footer.footer .footer-strip .content a { color: var(--fifth_color); text-decoration: underline; padding-left: 8px; }
footer.footer .footer-strip .content a:hover { text-decoration: none; color: #005470; }
footer.footer .footer-strip  .label { font-weight: 600; position: relative; }
footer.footer .footer-strip .label:before { height: 13px; margin-right: 8px; width: 13px; display: inline-flex; background: #e1b77e; position: relative; content: ''; }

footer ul { padding: 0; list-style-type: none; }

@media(min-width: 1671px){
    footer.footer .container { max-width: 1484px; padding: 0 22px; }
}
@media(max-width: 1199px){
    footer.footer .footer-top .row-wrapper{ max-width: calc(100% - 140px); }
}
@media(max-width: 1199px){
    footer.footer .footer-top .row-wrapper{ max-width: calc(100%); }
}
/*     max-width: calc(100%); */

@media(max-width: 991px){
    footer.footer .footer-top .footer-menu .hs-menu-wrapper>ul { display: block; }
    footer.footer .footer-top .footer-menu ul li.hs-menu-item.hs-menu-depth-1 { width: 100%; }
    footer.footer .footer-top .footer-menu ul li.hs-menu-item.hs-menu-depth-1 + li.hs-menu-item.hs-menu-depth-1 { margin-top: 50px; }
    footer.footer .footer-top .row-wrapper { max-width: 100%; }
    footer.footer .footer-top .footer-box { margin-top: 50px; width: 100%; }
    
    footer.footer .footer-top .scroll-top-wrapper { text-align: center; }
    
    footer.footer .footer-bottom .bottom-menu ul { flex-direction: column; }
    footer.footer .footer-bottom .bottom-menu ul li { border-left: 0; border-right: 0; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; width: 100%; padding: 12px; }
    footer.footer .footer-bottom .container { width: 100%; padding: 0; text-align: center; }
    
    footer.footer .footer-strip .row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; }
    
}

/* Slick - 1.8.1 */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

*{box-sizing: border-box;}
*:focus{outline:none;}
::-moz-focus-inner{border:0;}
body{margin:0px;}

.row-fluid [class*="span"]{min-height:auto;}
.container{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container:after{clear:both; content: ""; display:table;}

.padding-topbottom{padding-top:60px; padding-bottom:60px;}
.padding-top{padding-top:60px;}
.padding-bottom{padding-bottom:60px;}

img{height:auto; max-width:100%;}

/* Slick css */
.slick-slider .slick-arrow{background:url(https://497316.fs1.hubspotusercontent-na1.net/hubfs/497316/theme-ritter-communication/side_arrow.png) no-repeat center; border:none; z-index:5; position:absolute; top:50%; left:0; width:67px; height:67px; font-size:0px; color:#fff; transition:400ms; cursor:pointer;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0;transform:scale(-1) translateY(50%);}

.slick-slider .slick-dots{text-align:center; padding:0; margin:20px 0 0 0;}
.slick-slider .slick-dots li{display:inline-block; margin:0 3px;}
.slick-slider .slick-dots li button{width:8px; height:8px; border-radius:100%; background-color:#d7d7d7; border:none; padding:0; text-indent:-9999px; cursor:pointer;transition:400ms;} 
.slick-slider .slick-dots li.slick-active button{background-color:var(--primary_color);}

/* data-small-btn="true" */
.fancybox-slide .fancybox-content{overflow:visible !important;}
.fancybox-slide .fancybox-close-small{background:#fff;border-radius:100%;height:30px;opacity:1;padding:2px;right:0;top:-38px;width:30px;}
.fancybox-slide .fancybox-close-small svg{color:#000;}

.blue-bg{background:var(--primary_color);}
.gray-bg{background:#f3f3f3;}

#onetrust-consent-sdk{display:none  !important;}

/* CSS start from here */
.title-part{}
.title-part h2{margin:0;}
.title-part .content{font-size:40px;font-weight:300;line-height:normal;}
main.body-container-wrapper{padding-top: 150px;}

.banner-lp{}
.banner-lp .inner{border-radius:10px;overflow:hidden;min-height:680px;}
.banner-lp .inner > div{width:50%;}
.banner-lp .image img{display:block;width:100%;height:100%;object-fit:cover;}
.banner-lp .left-texts{padding:54px 65px 134px;position:relative;}
.banner-lp .left-texts .btn-group{position:absolute;left:70px;bottom:60px;}
.banner-lp .content{font-size:40px;font-weight:300;line-height:40px;padding:30px 30px 0 0;}
.bottom-btn-wrapper { z-index:10; width: max-content; background: #fff; padding: 12px 10px; display: inline-flex; opacity: 0; visibility: hidden; gap: 10px; border-radius: 4px; position: fixed; bottom: 20px; right: 40px; transition: .4s; }
.bottom-btn-wrapper.show {  opacity: 1; visibility: visible; }
.bottom-btn-wrapper .button-2, .bottom-btn-wrapper .button-1 { flex-shrink: 0; }
.bottom-btn-wrapper .button-2 a, .bottom-btn-wrapper .button-1 a { min-width: 181px; }
.bottom-btn-wrapper .button-2 a { border-color: var(--primary_color); }
.bottom-btn-wrapper .button-1 a { background: var(--primary_color); border-color: var(--primary_color); }
.bottom-btn-wrapper .button-1 a:hover { background: var(--secondary_color); border-color: var(--secondary_color); }

.gray-cards{padding:80px 0;}
.gray-cards .list-wrapper{margin:40px -10px 0;}
.gray-cards .list-wrapper .list{margin:0 10px 15px;width:calc(20% - 20px);}
.gray-cards .list-wrapper .list .the__box{background:#F3F3F3;border-radius:10px;padding:60px 30px 50px;position: relative;height:100%;}
.gray-cards .list-wrapper .list .icon{margin-bottom:35px;}
.gray-cards .list-wrapper .list .icon img{max-height:30px;}
.gray-cards .list-wrapper .list h3:after{content:'';width:60px;height:1px;display:block;margin:20px auto 30px;background:#0099cc;}

.gray-cards.v2 .list-wrapper .list .icon img{max-height:90px;}

.video{padding-bottom:120px;}
.video .all-text{width:calc(100% - 960px);padding-right:190px;}
.video .video-code{width:960px;}
.video .video-code .hs-responsive-embed-wrapper{max-width:960px!important;border-radius:10px;}

.cards-with-blue-block{padding:120px 0 50px 0;}
.cards-with-blue-block .inner{padding:60px 0 0;}
.cards-with-blue-block .list-wrapper{margin:0 -10px;width:60%;}
.cards-with-blue-block .list-wrapper .list{width:calc(33.33% - 20px);margin:0 10px 20px;}
.cards-with-blue-block .list-wrapper .list .the__box{background:#fff;border-radius:10px;overflow:hidden;padding:35px 30px;position: relative;height:100%;}
.cards-with-blue-block .list-wrapper .list a.overlink{position:absolute;left:0;top:0;width:100%;height:100%;}
.cards-with-blue-block .list-wrapper .list .image_field{height:354px;width: 100%;margin-bottom: 20px;}
.cards-with-blue-block .list-wrapper .list .image_field img{height:100%;width: 100%;object-fit: cover;}
.cards-with-blue-block .list-wrapper .list .content{font-weight:300;font-size:24px;line-height:26px;padding: 8px 0 0;}
.cards-with-blue-block .blue_box{width:calc(40% - 20px);margin:0 0 20px 20px;border-radius:10px;flex-direction:column;justify-content:space-between;padding:60px;}
.cards-with-blue-block .blue_box .blue_height{flex-direction:column;justify-content:space-between; display:flex;height: 100%;}
.cards-with-blue-block .blue_box h2{font-size:40px;line-height:40px;}
.cards-with-blue-block .blue_box a{display:block;text-align:right;color:#fff;font-size:24px;font-weight:400;padding:0 30px 0 0;background:url(https://2510332.fs1.hubspotusercontent-na1.net/hubfs/2510332/theme-atlas-copco/up-arrow-white.svg) no-repeat right center;}
.cards-with-blue-block .blue_box a:hover{text-decoration:underline;}

.blue-cards{/*padding:50px 0 60px;*/padding:50px 0 100px;}
.blue-cards .list-wrapper{margin:60px -10px 0;}
.blue-cards .list-wrapper .list{margin:0 10px 20px;width:calc(25% - 20px);position:relative;border-radius:10px;overflow:hidden;}
.blue-cards .list-wrapper .list > a{position:absolute;left:0;top:0;width:100%;height:100%;}
.blue-cards .list-wrapper .list .image_field{height:307px;}
.blue-cards .list-wrapper .list .image_field img{width:100%;height:100%;object-fit:cover;}
.blue-cards .list-wrapper .list .image_field:after { content: ''; height: 100%; width: 100%; display: inline-block; background: rgb(0 138 184 / 70%); position: absolute; inset: 0; }
.blue-cards .list-wrapper .list .white-text{position:absolute;left:30px;bottom:30px;margin:0;}

.faq{}
.faq .list-wrapper{max-width:950px;margin:75px auto 0;}
.faq .list-wrapper .list{background:#f3f3f3;border-radius:10px;overflow: hidden;transition:400ms;}
.faq .list-wrapper .list .click_title{color:var(--secondary_color);font-size:32px;line-height:32px;font-weight:700;padding:30px 70px 25px 30px;cursor:pointer;position:relative;transition:400ms;}
.faq .list-wrapper .list + .list{margin-top:20px;}
.faq .list-wrapper .list .click_title:after{content:'';position:absolute;right:25px;top:50%;width:30px;height:30px;background:url(https://2510332.fs1.hubspotusercontent-na1.net/hubfs/2510332/theme-atlas-copco/down-arrow-blue.svg) no-repeat center;transform:translateY(-50%);transition:400ms;}
.faq .list-wrapper .list .slide_content{padding:20px 30px 30px;display:none;}
.faq .list-wrapper .list.active{box-shadow: 0px 4px 16px 0px #0054701A; background:#fff;}
.faq .list-wrapper .list.active .click_title{background:var(--primary_color); color:#fff;}
.faq .list-wrapper .list.active .click_title:after{filter:grayscale(1) brightness(3);}

.image-content { padding: 80px 0; }
.image-content .inner { max-width: 1040px; margin: 0 auto; }
.image-content .bottom-content { max-width: 990px; margin: 30px auto 0; font-size: 32px; line-height: 1.2;}
.image-content .image { margin-top: 30px; }

.image-content-grid .section-row { max-width: 1070px; width: 100%; margin: 60px auto 0; }
.image-content-grid .section-row .left { width: 540px; }
.image-content-grid .section-row .right { width: calc(100% - 540px); padding-left: 50px; }
.image-content-grid .section-row .right .content{font-size: 32px;line-height: 1.2;}

.listing-image { padding: 80px 0; }
.listing-image .inner { max-width: 800px; margin: 0 auto; }
.listing-image .left { width: 330px; padding-right:10px;}
.listing-image  .right { width: calc(100% - 330px); }
.listing-image .listing-wrapper .list-item + .list-item { margin-top: 15px; }
.listing-wrapper .list-item { padding-left: 30px; position: relative; }
.listing-wrapper .list-item:before { position: absolute; content: ''; width: 20px; height: 20px; left: 0; top: 2px; border-radius: 50%; }

.body-container--blog-lising { background: var(--body-bg); }
.blog-subscribe { padding: 90px 0; }
.blog-subscribe .inner { padding: 20px; background: #fff; border-radius: 10px; }
.blog-subscribe .image { width: 708px; height: 397px; overflow: hidden; border-radius: 5px; display:flex; }
.blog-subscribe .image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.blog-subscribe .right-content { width: calc(100% - 708px); padding-left: 70px; }
.blog-subscribe  h2 { font-size: 48px; line-height: 48px; color: var(--primary_color); font-weight: 400; }
.blog-subscribe .right-content .bottom-text { margin-top: 110px; padding-right: 40px; row-gap: 20px; }
.blog-subscribe .bottom-text .content { max-width: 440px; padding-right: 60px; font-size: 16px; line-height: 16px; color: var(--body-text-color); }


/* CSS end  here */

@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;} }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px;} }
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1170px;} }
@media (min-width:1430px) { .container, .row-fluid .container[class*="span"]{width:1400px;} }
@media (min-width:1670px) { .container, .row-fluid .container[class*="span"]{width:1640px;} }



@media (min-width:768px) {
    .flex{display:flex}
    .flex-reverse{flex-flow:row-reverse;}
    .align-center{align-items:center;}
    .align-top{align-items:flex-start;}
    .align-bottom{align-items:flex-end;}
    .space-between{justify-content:space-between;}
    .justify-center{justify-content:center;}
    .justify-right{justify-content:flex-end;}
    .justify-left{justify-content:flex-start;}
    .row-wrap{flex-flow:row wrap;}
    .mobile-show{display:none} 
}

@media (max-width:1669px){
    .video .video-code{width:700px;}
    .video .all-text{width:calc(100% - 700px);}
    .blog-subscribe .right-content .bottom-text { padding-right: 0; }
    .blog-subscribe .bottom-text .content { max-width: 380px; }
}

@media (max-width:1429px){
    .gray-cards .list-wrapper .list{width:calc(25% - 20px);}
    .cards-with-blue-block .list-wrapper .list{width:calc(50% - 20px);}
    .blue-cards .list-wrapper .list{width:calc(33.33% - 20px);}
    .video .video-code{width:600px;}
    .video .all-text{width:calc(100% - 600px);padding-right:60px;}
    
    .blog-subscribe .image { width: 50%; }
    .blog-subscribe .right-content { width: 50%; }
}
@media (min-width: 992px) and (max-width:1429px){
    .cards-with-blue-block .inner{align-items:flex-start;}
    .cards-with-blue-block .blue_box .blue_height{min-height:465px;}
}
@media (max-width:1199px){
    .banner-lp .left-texts{padding:34px 35px 150px;}
    .banner-lp .content{font-size:30px;line-height:34px;}
    .banner-lp .left-texts .btn-group{bottom:30px; left:35px;}
    .gray-cards .list-wrapper .list{width: calc(33.33% - 20px);}
    .cards-with-blue-block .blue_box{padding: 30px;}
    .video .video-code{width:500px;}
    .video .all-text{width:calc(100% - 500px);}
    .image-content-grid .section-row .left { max-width: 320px; width:100% }
    .image-content-grid .section-row .right { width: calc(100% - 320px); }
    
    .blog-subscribe .right-content .bottom-text { margin-top: 50px; }
    .blog-subscribe h2 { font-size: 40px; line-height: 40px; }
    .blog-subscribe .right-content { padding-left: 30px; }
    .blog-subscribe .bottom-text .content { padding: 0; }
}
@media (max-width:991px){
    .title-part .content{font-size:28px; margin:10px 0 0;}
    .gray-cards .list-wrapper .list{width:calc(50% - 20px);}
    .blue-cards .list-wrapper .list{width:calc(50% - 20px);}
    .blue-cards .list-wrapper .list .image_field{height: 260px;}
    .faq .list-wrapper .list .click_title{font-size:24px;line-height:28px;padding:22px 70px 20px 20px;}

    .cards-with-blue-block .inner{display:block;}
    .cards-with-blue-block .list-wrapper{margin:0;width:auto;display:block;}    
    .cards-with-blue-block .list-wrapper .list{width:auto;margin:0;padding:0;}
    .cards-with-blue-block .list-wrapper .list.bbox{padding:0;background:transparent;border-radius:0;}
    .cards-with-blue-block .blue_box{margin:0 5px;width:auto;min-height: 420px;}
    .cards-with-blue-block .list-wrapper .list .image_field img{margin:0 auto;}
    .cards-with-blue-block .slick-list{overflow:visible !important; max-width: calc(100% - 100px); margin: 0 auto;}
    .cards-with-blue-block .list-wrapper .list .the__box{margin:0 5px;}
    
    .video{padding-bottom:80px;}
    .video .inner{flex-wrap:wrap;}
    .video .all-text{width:100%;padding:0 0 50px;}
    .video .video-code{width:100%;}
    
    .blue-cards{padding:50px 0 60px;}
    .cards-with-blue-block{overflow-x:hidden;}
    .btn-group>div:first-child{margin-bottom:15px;}
}
@media (max-width:767px){

    .title-part h2 br{display:none;}
    .title-part .content{font-size:24px;line-height:24px;margin: 20px 0 0;}
    
    .banner-lp .inner > div{width:auto;}
    .banner-lp .content{font-size:24px;line-height:24px;padding:10px 0 0 0;}
    .banner-lp .left-texts .btn-group{position:static;margin:40px 0 0;}
    .banner-lp .left-texts{padding:34px 35px;}
    
    .cards-with-blue-block .slick-list{max-width:calc(100% - 40px);}
    
    .gray-cards{padding: 60px 0;overflow-x:hidden;}
    .gray-cards .list-wrapper{margin:40px 0 0 0;}
    .gray-cards .list-wrapper .list{margin:0;width:auto;}
    .gray-cards .list-wrapper .list .the__box{margin:0 5px;}
    .gray-cards .list-wrapper .list .icon img{margin:0 auto;}
    .gray-cards .slick-list{overflow:visible!important;max-width:calc(100% - 40px);margin:0 auto;}
    
    .video{padding-bottom:60px;}
    .video .all-text{width:auto;display:flex;flex-direction:column-reverse;text-align:center;padding-bottom:30px;}
    .video .button-3{margin:0 0 15px;}
    .video .button-3 a{font-size:12px;padding:3px 13px;line-height:normal;}
    
    .cards-with-blue-block{padding:60px 0 50px;}
    .cards-with-blue-block .inner{padding:20px 0 0;}
    .cards-with-blue-block .blue_box .blue_height{display:flex;flex-direction:column;justify-content:space-between;}
    
    .blue-cards .list-wrapper{display:flex;flex-wrap:wrap;margin:45px -5px 0;}
    .blue-cards .list-wrapper .list{width:calc(50% - 10px);margin:0 5px 10px;}
    .blue-cards .list-wrapper .list .image_field{height:46vw;}
    .blue-cards .list-wrapper .list .white-text{font-size:20px;line-height:20px;left:16px;bottom:15px;padding-right:30px;}
    
    .blue-cards{padding:50px 0 40px;}
    
    .image-content { padding: 40px 0; }
    .image-content .bottom-content { font-size: 24px; }
    .image-content-grid .section-row .left { }
    .image-content-grid .section-row .right { padding: 0; width: 100%; margin-top: 15px; }
    .image-content-grid .section-row .right .content { font-size: 24px; }
    .listing-image { padding: 40px 0; }
    .listing-image .right { width: 100%; }
    .listing-image .left { width: 100%; }
    
    .blog-subscribe { padding: 40px 0; }
    .blog-subscribe .image { width: 100%; height: auto; }
    .blog-subscribe .right-content { padding-left: 0; margin-top: 30px; width: 100%; }
    .blog-subscribe h2 br { display: none; }
    .blog-subscribe .right-content .bottom-text { margin: 0; }
    .blog-subscribe .bottom-text .button-4 { margin-top: 20px; }
    .blog-subscribe .right-content .bottom-text { }
    .blog-subscribe .bottom-text .content { max-width: unset; }
    
 
}
@media (max-width:575px){
    .bottom-btn-wrapper { right: 50%; bottom: 0; transform: translateX(50%); }
    
    .cards-with-blue-block .list-wrapper .list .image_field { height: 284px; }
}

@media (max-width:390px){
    .bottom-btn-wrapper .button-2 a, .bottom-btn-wrapper .button-1 a { min-width: auto; }
}