.banner .container-module {
	position: relative;
}
.banner .container-module:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    z-index: 1;
}

.banner.flex .inner{
  width: 570px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 10%;
  padding: 191px 0 260px 0;
	position: relative;
	z-index: 2;
  color: #fff;
}
.banner.flex .inner.text-white h1,
.banner.flex .inner.text-white h2,
.banner.flex .inner.text-white h3,
.banner.flex .inner.text-white h4,
.banner.flex .inner.text-white h5 {
  color: #fff !important;
}

.banner.flex .inner .btns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner.flex .inner .btn{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.banner.flex .inner .btn:first-child{
  padding-right: 30px;
  min-width: 240px;
}

.banner.flex .inner .btn:first-child > .btn-light {
  position: relative;
  z-index: 3;
  height: 55px !important;
  /*width: 250px !important;*/
  font-size: 18px !important;
  padding-top: 15px !important;
  white-space: nowrap:
}

a.btn-light {
  height: 55px !important;
  /*min-width: 270px !important;*/
  font-size: 18px !important;
  padding-top: 15px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 40px !important;
  width: fit-content !important;
}

.banner.flex .inner .subitems {
  width: 100%;
  margin-top: -15px;
  margin-bottom: 0;
  padding: 0 0 0 6px;
  list-style: none;
  position: absolute;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.banner.flex .inner .btn:hover .subitems{
  max-height: 400px;
  padding: 15px 0 0 6px;
	opacity: 1;
	-webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

/* .banner.flex .inner .btn a{
  z-index: 2;
} */


.banner.flex .inner .subitems li.line{
  position: relative;
  margin: 0;
}

.banner.flex .inner .subitems li {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.banner.flex .inner .btn:hover .subitems li {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.banner.flex .inner .subitems li a{
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 24px;
  font-size: 14px;
  width: 200px;
  height: 38px;
  font-size: 14px;
  margin: 0;
  padding-top: 5px;
  padding: 10px !important;
  border-radius: 8px;
}

.banner.flex .inner .subitems li a:hover{
  padding-right: 19px;
  width: calc(100% - 10px);
}

.subitems li a.btn-light {
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.banner.flex .inner .subitems.line:before{
  position: absolute;
  content: "";
  border-left: 1px solid #fff;
  height: 52%;
  left: 25px;
  margin-top: -10px;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  z-index: -1;
}

.banner.flex .inner .subitems.line:after{
  position: absolute;
  content: "";
  border-left: 1px solid #fff;
  height: 52%;
  top: 5px;
  right: 55px;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  z-index: -1;
}

ul.subitems.line li a.btn-light {
  height: 43px !important;
  font-size: 14px !important;
  padding-top: 7px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding: 15px 40px !important;
}

.banner .container-module h5 {
  letter-spacing: 0.75px !important;
}

@media only screen and (max-width: 767px){
  .banner.flex .inner .btn .fas{
    display: none;
  }
  .banner.flex .inner {
    padding: 120px 20px 90px;
  }
  
  .banner.flex .inner .subitems{
    top: 75px;
    max-height: initial;
    margin-top: 0;
    padding-left: 0;
    width: 90%
  }
  .banner.flex .inner .subitems li{
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    opacity: 1;
    visibility: visible;
  }

  .banner.flex .inner .btn,
  .banner.flex .inner .btn:first-child {
    width: 100%;
    padding: 0 20px;
    min-height: 160px;
  }
  
  .banner.flex .inner .btn a {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .banner.flex .inner .btn a.btn-light {
    width: 100% !important;
  }
  
  .banner.flex .inner .btn:nth-child(2)>.btn-light {
    margin-top: 12px;
  }
  a.btn-light img { display: none; }
  .btn.uno {
    min-height: 1
  }
  .btn.dos {
    margin-top: 10px;
    min-height: 30px !important;
  }
  .banner.flex .inner .btn:hover .subitems li {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
  }
  
  .banner.flex .inner .subitems.line:before, .banner.flex .inner .subitems.line:after {
    visibility: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
  .banner.flex .inner {
    margin-right: auto;
    width: 600px;
  }
  .dnd_area-row-0-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .banner.flex .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}