html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}
@font-face {
  font-family: "icomoon";
  src: url("/.resources/assets/fonts/icomoon/icomoon.eot?gr3437#iefix") format("embedded-opentype"),
  url("/.resources/assets/fonts/icomoon/icomoon.ttf?gr3437") format("truetype"),
  url("/.resources/assets/fonts/icomoon/icomoon.woff?gr3437") format("woff"),
  url("/.resources/assets/fonts/icomoon/icomoon.svg?gr3437#icomoon") format("svg");
  font-style: normal;
  font-weight: normal;
}
.ingicon,[class^='ingicon-'],[class*=' ingicon-'] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.ingicon-contact-tel:before {
    content: '\e916';
}
@font-face {
  font-family: "ing_me_bold";
  src: url("/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.eot") format("embedded-opentype"),
  url("/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff2") format("woff2"),
  url("/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff") format("woff"),
  url("/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.ttf") format("truetype"),
  url("/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.svg#ing_me_bold") format("svg");
  font-style: normal;
  font-weight: normal;
}
body {
    font-family: 'ing_me_regular';
    font-weight: normal;
    font-style: normal;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'ing_me_bold';
    font-weight: normal;
    font-style: normal;
}
p {
    margin: 10px 0;
}

p:first-child {
    margin-top: 0;
}

a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #ff6600;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

a:hover, a:visited {
    color: #ff6600;
}

a:focus, a:active {
    outline: none;
}

h1 {
    /* color: #666666; */
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin: 10px 0px 5px;
    padding: 0px;
}

h2 {
    color: #ff6200;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 0px 0 10px;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 800;
}

.light {
    font-weight: 300;
}

.normal {
    font-weight: 400;
}

.text-center{
    text-align:center;
}

.hidden{
    display: none !important;
}

.custom-section {
    padding: 40px 0;
    border-bottom: 3px solid #ff6200;
}
.section-gray{
    background: #f0f0f0;
}
.orange {
    color: #ff6200;
}



/* 2.Page Elements  */
/*2.1. Header*/
header {
 text-align: center;
 z-index: 1;
 position: relative;
 height: 275px; 
}
header .container {
  position: relative;
  z-index: 6;
}
header .custom_logo {
  width: 120px;
  margin: 15px 0 0 15px;
  position: absolute;
  left:0;
  z-index:999;
  background: #fff;
}
header .return-to-home {
  position: absolute;
  left: 15px;
  top: 60px;
  display: inline-block;
  border: 1px solid #ff6200;
  padding: 1px 15px 1px 5px;
  background: #fff;
  z-index:3;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'ing_me_bold'
}
header .return-to-home:before {
  content: "<< ";
}
header .custom_header-img {
  display: inline-block;
  position: relative;
  z-index: 1;
}
header .custom_header-img img {
  position: relative;
  top: 15px;
}

/* 2.2. Sections */
section[class^='section'] {

}
.custom_txt-wrapper h1,
.custom_txt-wrapper h2 {
  line-height: 1.3;
  margin-bottom: 30px;
}
.custom_txt-wrapper h1 {
  font-size: 35px;
  margin: 20px 0 0;
}
.custom_txt-wrapper ul {
  list-style: none;
  padding: 0;
  margin:0;
}
.custom_txt-wrapper ul li {
  list-style: none;
  padding: 10px 0 10px 45px;
  position: relative;
}

.custom_txt-wrapper .custom_cta {
    color: #fff;
    font-family: 'ing_me_bold';
    border: 1px solid #ff6200;
    background: #ff6200;
    border-radius: 8px;
    padding: 12px 30px;
    font-size: 19px;
    margin: 15px auto 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.custom_txt-wrapper .custom_cta:hover,
.custom_txt-wrapper .custom_cta:focus {
  text-decoration: none;
}
.custom_txt-wrapper .custom_cta:hover {
  background: #fff;
  color: #ff6200;
}
.custom_nav-trigger-wrapper {
  height: 60px;
  position: relative;
}

.custom_nav-trigger-wrapper:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ff6200;
  display: block;
  position: absolute;
  top: 50%;
}
.custom_nav-trigger-wrapper > div {
  position: absolute;
  background: #fff;
  height: 63px;
  width: 63px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  cursor: pointer;
  z-index: 2;
}
.custom_nav-trigger-wrapper > div:after,
.custom_nav-trigger-wrapper > div:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent transparent #ff6200 #ff6200;
  transform: rotate(-45deg);
  position: absolute;
  left: 20px;
}
.custom_nav-trigger-wrapper > div:after {
  top: 10px;
}
.custom_nav-trigger-wrapper > div:before {
  top: 20px;
}
.section_1 .custom_nav-trigger-wrapper {
  margin-top: -30px;
  margin-bottom:0;
  height: 60px;
}
.section_1 .custom_nav-trigger-wrapper > div {
  border-radius: 50%;
  border: 1px solid #ff6200;
}

/* 2.3. Main Banner */
.custom_banner-main {
  height: 580px;
  position: relative;
  background: #fff;
  background: url(/dam/ingro/lp/lp-25/img/old-atm.jpg) 50% 50% no-repeat #000;
  background-size: cover;
  overflow: hidden;
}
.custom_banner-main .custom_video-bg {
  width:100%;
  transform: translateY(-25%;)
}
.custom_banner-main .custom_video-bg.mobile {
  display: none !important;
}
.custom_banner-main .custom_modal-trigger {
  position:absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: rgba(255,98,0,0.25); */
  z-index: 2;
}
.custom_banner-main .custom_modal-trigger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.custom_banner-main .custom_modal-trigger span:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-width: 25px 25px 25px 40px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  margin: 18px 28px;
}

/* 2.4. Custom Slider */
.custom_img-slider {
  margin: 0 2px 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.custom_img-slider img {
  vertical-align: top;
}
.custom_img-slider .cis_after {
  position: absolute;
  top:0;
  right:0;
  width: 6%;
  transition: 0.8s ease;
  overflow: hidden;
  z-index: 2;
  height: 100%;
  border-left: 2px solid #ff6200;
}
.custom_img-slider:after {
  content: "<>";
  position: absolute;
  top:50%;
  display: inline-block;
  background: #ff6200;
  color: #fff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  text-align: center;
  left: 94%;
  z-index: 999;
  margin: -15px 0 0 -15px;
  font-weight: bold;
  padding: 4px 0px 4px 2px;
  letter-spacing: 2px;
  transition: 0.8s ease;
}
.custom_img-slider:hover:after {
  left: 6%;
}
.custom_img-slider .cis_after img {
  position: absolute;
  right:0
}
.custom_img-slider:hover .cis_after {
  width: 94%;
}

/* 2.5. Footer */
footer {
  border-top: 1px solid #d2d1d1;
  padding: 30px 0 10px;
  margin: 45px 0 0;
  color: #616161;
  font-size: 14px;
  line-height: 1.4
}
footer p {
  margin: 0 0 20px;
}


/* 2.6. Floating Bubbles */
.bubble {
  position: absolute;
  display:block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
  


/* Small Screens */
@media (max-width: 1199px) {
  header {
      height: 150px;
  }
  header .custom_header-img {
    max-width: 180px;
  }
  header .custom_header-img img {
    max-width: 100%;
    top: 10px;
  }
  .custom_banner-main {
    background-size: cover;
    height: 380px;
  }
  .custom_img-slider img {
    width: 289px;
  }
}

@media (max-width: 991px) {
  .custom_banner-main {
    height: 320px;
  }
  .custom_img-slider img {
    width: 216px;
  }
}

@media (max-width: 767px) {
  header {
      height: 140px;
  }
  header .custom_header-img {
    max-width: 160px;
  }
  .custom_banner-main {
    min-height:280px;
    height: auto;
  }
  .custom_img-slider {
    width: 320px;
    margin: 15px auto 30px;
  }
  .custom_img-slider img {
    width: 320px;
  }
  .custom_txt-wrapper {
    text-align: center;
  }
  .custom_txt-wrapper h2 {
    margin-bottom: 15px;
  }
  .custom_txt-wrapper h1 {
    font-size: 28px;
  }
  .custom_img-slider.now .cis_after {
    width: 94% !important;
  }
  .custom_img-slider:not(.now) .cis_after {
    width: 6% !important;
  }
  .custom_img-slider:not(.now):after {
    left: 94% !important;
  }
  .custom_img-slider.now:after {
    left: 6% !important;
  }
  .custom_banner-main .custom_video-bg.mobile {
    display: block !important;
  }
  .custom_banner-main .custom_video-bg.desktop {
    display: none !important;
  }
  header .return-to-home {
    font-size: 12px;
  }
}

@media (max-width: 460px) {
  header .container {
    z-index: 10;
    position:relative;
  }
  header .custom_logo {
    width: 180px;
    position: relative;
    display: inline-block;
    margin: 0 0 -5px;
    background: #fff;
    vertical-align: top;
    padding: 5px 40px 0;
    border-radius: 10px;
    z-index: 10;
  }
  header .custom_logo:after{
    content: "";
    position:absolute;
    display:block;
    height:90px;
    width: 100%;
    top:100%;
    left:0;
    
    background: #fff;
    z-index: -1;
  }
  header .custom_header-img {
    vertical-align: top;
    z-index: 11;
  }
  header .custom_header-img img {
    top:0;
  }
  .bubble {
    width: 6px;
    height: 6px;
  }
  header .return-to-home {
    font-size: 12px;
    left:0;
    top:15px;
    max-width: 90px;
    line-height:1.1;
    padding: 5px ;
    border-radius: 0 4px 4px 0;
    font-family: 'ing_me_regular';
    margin-left:-1px;
    z-index: 99;
    
  }
  header .return-to-home:before {
    content: "<< "
  }
}

@media (max-width: 320px) {
  .custom_img-slider {
    width: 280px;
  }
  .custom_img-slider img {
    width: 280px;
  }
}