.rebel-header{
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 3rem 0;
  transition: all 1s ease,background .5s ease;
  max-width: 100vw;
}
.rebel-header__wrapper{
  max-width: 1170px;
  width: 100%;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.rebel-header__wrapper__logo img {
  max-height: 48px;
  width: fit-content;
}
.rebel-header__wrapper__navigation{
  display: flex;
  align-items: center;
}
.rebel-extra-menu{
  margin: 0 2rem;
}
.rebel-extra-menu > span{
  color: #141d85;
  font-family: "Permanent Marker", serif;
  font-size: 2rem;
  line-height: 1rem;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.rebel-extra-menu:hover > span:before,
.rebel-extra-menu:hover > span:after{
  animation-play-state: paused;
}
.rebel-extra-menu > span:before,
.rebel-extra-menu > span:after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .2s ease;
}
.rebel-extra-menu > span:before{
  top: 0;
  background-image: url(https://423121.fs1.hubspotusercontent-na1.net/hubfs/423121/rebel/homepage/bottom-arrows-draw.svg);
  transform: translateY(-100%);
  animation: squishTop 1s alternate infinite;
}
@media (max-width: 1000px){
  .rebel-extra-menu > span:before{
    top: -5px;
  }
}
.rebel-extra-menu > span:after{
  bottom: 0;
  background-image: url(https://423121.fs1.hubspotusercontent-na1.net/hubfs/423121/rebel/homepage/top-arrows-draw.svg);
  transform: translateY(150%);
  animation: squishBottom 1s alternate infinite;
}
@media (max-width: 1000px){
  .rebel-extra-menu > span:after{
    bottom: -5px;
  }
}
.rebel-extra-menu:hover .rebel-extra-menu__sub-menu{
  display: flex;
  opacity: 1;
  transform: translateY(0);
  height: auto;
  z-index: 1;
}
.rebel-extra-menu__sub-menu{
  position: absolute;
  transition: opacity .2s, transform .2s;

  opacity: 0;
  z-index: -1;
  transform: translateY(10px);
  overflow:hidden;
  height: 0;
  display: flex;
  width: calc(100% - 2rem);
  left: 1rem;
  right: 1rem;
}
.rebel-extra-menu__sub-menu:after{
  box-shadow: 0 25px 25px 0 rgba(20,29,133, .1);
  background-color: white;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  top: 4rem;
}
.rebel-extra-menu__sub-menu__cta{
  padding: 3rem;
  padding-top: 7rem;
  max-width: 23rem;
  font-size: 2rem;
  line-height: 1.6;
  color: #141d85;
  position: relative;
}
.rebel-extra-menu__sub-menu__cta:after{
  background-color: #00ffc0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  top: 4rem;
  height: 100%;
}
.rebel-extra-menu__sub-menu__cta:after{
  background-image: url(https://423121.fs1.hubspotusercontent-na1.net/hubfs/423121/griffes-menu-rebel.png);
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.rebel-extra-menu__sub-menu__cta__informations{
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.rebel-extra-menu__sub-menu__cta strong{
  margin-bottom: 2rem;
  font-family: "Permanent Marker", serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 100;
}
.rebel-extra-menu__sub-menu__navigation{
  width: 100%;
  padding: 3rem;
  padding-top: 7rem;
}
.rebel-extra-menu__sub-menu__navigation .hs-menu-children-wrapper{
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.rebel-extra-menu__sub-menu__navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children >.hs-menu-children-wrapper,
.rebel-extra-menu__sub-menu__navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{
  top: auto;
  opacity: 1;
  left: 0;
  margin-top: 2rem;
}
.rebel-extra-menu__sub-menu__navigation .hs-menu-flow-horizontal > ul > li:not(:last-child){
  margin-right: 3rem;
}
.rebel-extra-menu__sub-menu__navigation .hs-menu-flow-horizontal > ul > li > a {
  font-family: "Permanent Marker", serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  white-space: nowrap;
}
.rebel-extra-menu__sub-menu__navigation .hs-menu-children-wrapper > li > a {
  font-size: 1.5rem;
  white-space: break-spaces;
}
.rebel-extra-menu__sub-menu__navigation .hs-item-has-children > a {
  position: relative;
  font-size: 1.5rem;
}
.rebel-extra-menu__sub-menu__navigation .hs-item-has-children > a:after {
  position: absolute; 
  width: 24px;
  left: -5px;
  top: 0px;
  bottom: 0px;
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00ffc0;
  background-repeat: no-repeat;
  background-size: cover;
}
.rebel-extra-menu__sub-menu__navigation .hs-item-has-children:nth-child(1) > a:after {
  content: 'Re';
}
.rebel-extra-menu__sub-menu__navigation .hs-item-has-children:nth-child(2) > a:after {
  content: 'B';
}
.rebel-extra-menu__sub-menu__navigation .hs-item-has-children:nth-child(3) > a:after {
  content: 'E';
}
.rebel-extra-menu__sub-menu__navigation .hs-item-has-children:nth-child(4) > a:after {
  content: 'L';
}
.rebel-extra-menu__sub-menu__navigation .hs-item-has-children:nth-child(1) .hs-menu-children-wrapper > li > a:after {
  font-size: 1.5rem;
  white-space: break-spaces;
  position: relative;
}
.rebel-extra-menu__sub-menu__navigation .hs-item-has-children:first-child .hs-menu-children-wrapper > li > a {
  font-size: 1.5rem;
  white-space: nowrap;
}
.rebel-extra-menu__sub-menu__navigation .hs-item-has-children .hs-menu-children-wrapper > li > a {
  transition: all .3s;
  position: relative;
}
.rebel-extra-menu__sub-menu__navigation .hs-item-has-children .hs-menu-children-wrapper > li > a:hover {
  transform: translateX(5px);
}
.hs-menu-depth-2{
  margin-left: 0;
  margin-right: 0;
}
.hs-menu-depth-2 a{
  position: relative;
  transition: all .3s;
}
.hs-menu-depth-2 a:hover{
  transform: translateX(5px);
}
.hs-menu-depth-2 a:after{
  position: absolute;
  content: '';
  background-color: #00ffc0;
  height: 5px;
  transition: all .15s;
  top: calc(50% - 1px);
  left: -10px;
  width: 0;
  height: 2px;
}
.hs-menu-depth-2:hover a:after{
  width: 5px;
}
.rebel-extra-menu__sub-menu__navigation .hs-item-has-children .hs-menu-children-wrapper > li > a:after {
  position: absolute;
  content: '';
  background-color: #00ffc0;
  height: 5px;
  transition: all .15s;
  top: calc(50% - 1px);
  left: -10px;
  width: 0;
  height: 2px;
}
.rebel-extra-menu__sub-menu__navigation .hs-item-has-children .hs-menu-children-wrapper > li > a:hover:after {
  width: 5px;
}
.rebel-menu{
}
.rebel-menu .hs-menu-depth-1{
  margin: 0 2rem;
  white-space: nowrap
}
.rebel-menu li > ul{
  padding: 3rem;
  padding-top: 7rem;
  opacity: 0;
  transition: opacity .2s, transform .2s;
  transform: translateY(10px) translateX(-50%);
}
.rebel-menu li > ul:after{
  content: '';
  left: 0;
  right: 0;
  top: 4rem;
  bottom: 0;
  background: white;
  position: absolute;
  z-index: -1;
}
.rebel-menu li:hover > ul{
  opacity: 1;
  transform: translateY(0) translateX(-50%);
  left: 50%;
}
.rebel-menu li > ul > li:not(:last-child){
  margin-bottom: 1rem;
}
.rebel-header__wrapper__navigation > a {
  margin: 0 1.5rem;
  white-space: nowrap;
}
.rebel-language-switcher{
}
.header-cta{
  position: relative;
  font-size: 1.5rem;
  letter-spacing: -.37px;
  color: #141d85;
  padding: 1rem 3rem 1rem 2rem;
  background: #00ffc0;
}
.header-cta:after{
  position: absolute;
  content: '';
  background-image: url(https://423121.fs1.hubspotusercontent-na1.net/hubfs/423121/rebel/homepage/bottom-arrow-draw.svg);
  content: "";
  top: 50%;
  right: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
  transform: translate(0%,-50%);
  transition: transform .2s ease;
}
.header-cta:hover:after{
  transform: translate(0%,-40%);
}
.mobile-nav-open{
  right: 0;
}
#burger-menu{
  display: none;
}
.burger-menu__menu{
  font-size: 10px;
  letter-spacing: -.25px;
  color: #141d85;
  transition: all .3s;
}
@media (max-width: 1000px){
  #burger-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .rebel-header .white-cta{
    display: none;
  }
  .body-wrapper .hs-menu-wrapper>ul{
    flex-direction: column;
  }
  .burger-menu__lines{
    height: 6px;
    width: 20px;
    position: relative;
    margin-bottom: 10px;
    transition: all .3s;
  }
  .burger-menu__lines__line1{
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #141d85;
    transition: all .3s;
  }
  .burger-menu__lines__line2{
    position: absolute;
    height: 1px;
    width: 40%;
    bottom: 0;
    right: 0;
    background-color: #141d85;
    transition: all .3s;
  }
  .rebel-header__wrapper__navigation{
    box-shadow: 0 25px 25px 0 rgba(20,29,133, .1);
    flex-direction: column;
    position: absolute;
    background-color: white;
    right:-100%;
    bottom: 0;
    top: 7.8rem;
    height: 100vh;
    width: 100vw;
    transition: all .3s;
  }
  .mobile-nav-open{
    right: 0;
  }
  .rebel-extra-menu__sub-menu .hs-menu-children-wrapper{
    display: none;
  }
  .header-cta{
    padding: 1rem 2rem 1rem 2rem;
  }
  .header-cta:after{
    display: none;
  }
  .rebel-extra-menu{
  }
  .rebel-menu .hs-menu-depth-1{
    margin: 0 auto 4rem auto;
  }
  .rebel-extra-menu{
    width: 100%;
  }
  .rebel-extra-menu__sub-menu{
    opacity: 1;
    position: relative;
    height: 100%;
    flex-direction: column;
  }
  .rebel-extra-menu__sub-menu__navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper {
    margin-top: 4rem;
  }
  .rebel-header .hs-menu-depth-2 {
  }
  .rebel-extra-menu__sub-menu__cta:after{
    display: none;
  }
  .rebel-extra-menu .rebel-extra-menu__sub-menu{
    transform: translateY(0);
  }
  .rebel-extra-menu:hover .rebel-extra-menu__sub-menu{
    transform: translateY(0);
  }
  .rebel-extra-menu__sub-menu__cta__informations .hs_cos_wrapper_type_cta{
    display: none;
  }
  .rebel-extra-menu__sub-menu__cta{
    max-width: 100%;
  }
  .rebel-extra-menu__sub-menu__cta__informations{
    width: calc(100% - 0px);
  }
  .rebel-extra-menu__sub-menu__cta__informations span:first-child{
    display: none;
  }
  .rebel-extra-menu__sub-menu__cta,
  .rebel-extra-menu__sub-menu__navigation {
    padding: 0;
    width: calc(100% - 20px);
  }
  .rebel-extra-menu__sub-menu__navigation ul {
    align-items: center;
  }
  .rebel-extra-menu__sub-menu__navigation ul li{
    margin-right: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rebel-extra-menu__sub-menu__navigation .hs-menu-children-wrapper,
  .rebel-extra-menu__sub-menu__navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper,
  .open-menu-list{
    transform: translateY(-4rem);
    margin-top: 0 !important;
    margin-bottom: 0rem;
  }
}
@media (max-width: 1000px){
  .rebel-extra-menu__sub-menu__navigation .hs-menu-flow-horizontal > ul > li > a{
    margin-bottom: 4rem;
  }
  .rebel-footer .hs-menu-depth-2,
    display: flex !important;
  }
  .hs-item-has-children:hover .hs-menu-children-wrapper{
    display: block;
    }
  .hs-menu-children-wrapper{
    display: none;
  }
}

.language-links {
	padding-right: 1.6rem;
	cursor: pointer;
}
.language-links:hover .header-lang-container-inner{transform:translate(-50%,0);opacity:1;visibility:visible}
.language-links:hover span::after{transform:translate(200%,-50%) rotateX(-180deg)}
@media (max-width:1000px){
  .header-module .language-links:hover span::after{transform:translate(200%, .35rem) rotateX(-180deg)}
  .rebel-header__wrapper__navigation .header-cta{
    margin-bottom: 4rem;
  }
  .rebel-header__wrapper__navigation .header-language-switcher-container{
    padding-left: 0;
  }
  .rebel-extra-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.header-lang-container-inner{position:absolute;top:100%;left:calc(50% + (var(--padding-left-menu)/ 2));transform:translate(-50%,10px);opacity:0;visibility:hidden;padding:1rem 2rem;transition:all .2s ease}
.language-links:hover .header-lang-container-inner{transform:translate(-50%,0);opacity:1;visibility:visible}
.header-lang-container-inner::after{content:"";position:absolute;top:0;left:0;height:42px;width:100%;background-color:var(--white-color);box-shadow:0 25px 25px 0 rgba(20,29,133, .1);z-index:-1}
.header-lang-container-inner a{color:var(--primary-color)}
.header-language-switcher-container {
    position: relative;
    justify-content: flex-end;
    font-size: 1rem !important;
    letter-spacing: -.25px;
    color: #141d85;
    padding-right: 0;
    padding-left: 1rem;
}
.uppercase {
  text-transform: uppercase;
}
.language-links:hover .header-lang-container-inner {
    transform: translate(-50%,0);
    opacity: 1;
    visibility: visible;
}
.header-lang-container-inner {
    position: absolute;
    top: 100%;
    left: calc(50% + (3rem/ 2));
    transform: translate(-50%,10px);
    opacity: 0;
    visibility: hidden;
    padding: 1rem 2rem;
    transition: all .2s ease;
}
.header-lang-container-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 39px;
    width: 98%;
    background-color: white;
    box-shadow: 0 25px 25px 0 rgba(20,29,133, .1);
    z-index: -1;
}
.header-lang-container-inner a {
  white-space: nowrap;
}
.justify-content-end {
    justify-content: flex-end;
}
.d-flex {
    display: flex;
}
.language-links:hover span::after {
    transform: translate(200%,-50%) rotateX(-180deg);
}
.header-language-switcher-container span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    width: 8px;
    height: 8px;
    background-image: url(https://423121.fs1.hubspotusercontent-na1.net/hubfs/423121/rebel/homepage/chevron-down.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(200%,-50%) rotateX(0);
    transition: transform .2s ease;
}

@media (max-width: 1000px){
  .rebel-extra-menu__sub-menu__cta{
    padding-top: 0;
  }
  .rebel-extra-menu>span{
    margin-bottom: 4rem;
  }
}


.rebel-contact{
  position: fixed;
  right: 0;
  top: 45%;
  bottom: 50%;
  z-index: 10;
  transition: right .3s;
}
.rebel-contact__button{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  width: 50px;
  min-height: 117px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00ffc0;
  font-family: var(--secondary_font);
  color: var(--primary_color);
  letter-spacing: .3rem;
  padding: 1.5rem .5rem 2rem .5rem;
  cursor: pointer;
  box-shadow: 5px 5px 25px 0 rgba(20,29,133,.1);
  position: relative;
}
.rebel-contact__button:before{
  position: absolute;
  content: '';
  width: 38px;
  height: 17px;
  background-image: url(https://423121.fs1.hubspotusercontent-na1.net/hubfs/423121/rebel/homepage/ellipse.svg);
  bottom: -17px;
  right: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(50%,-50%) scaleX(-1) rotate(180deg);
}
.rebel-contact__button:after{
  position: absolute;
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(https://423121.fs1.hubspotusercontent-na1.net/hubfs/423121/rebel/homepage/single-right-arrow.svg);
  bottom: -9px;
  right: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(50%,-50%) scaleX(-1) rotate(180deg);
  cursor: pointer;
  transition: transform .3s;
}
.rebel-contact__button:hover:after{
  transform: translate(65%,-50%) scaleX(-1) rotate(180deg);
} 
.rebel-contact__popup{
  position: absolute;
  left: 50px;
  top: -230px;
  min-height: 600px;
  width: 935px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px){
  .rebel-contact__popup{
    width: 100vw;
  }
}
@media (max-width: 767px){
  .rebel-contact__popup{
    top: -45vh;
  }
}
.rebel-contact__popup__buttons__hanlder{
  position: absolute;
  top: 4rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  z-index: 16;
  background-image: url(https://423121.fs1.hubspotusercontent-na1.net/hubfs/423121/operation-rebel/homepage/contact/Cross-white-contact.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
  .rebel-contact__popup__buttons {
    display: flex;
  }
@media (max-width: 767px){
  .rebel-contact__popup__buttons__hanlder{
    right: 1.5rem;
    width: 20px;
    height: 20px;
    top: 5rem;
  }

}
.rebel-contact__popup__buttons > .title{
  min-width: 160px;
  text-align: center;
  font-family: var(--secondary_font);
  background-color: #efefef;
  color: #abadc3;
  font-size: 1.2rem;
  letter-spacing: 2.36px;
  padding: 0.5rem 1.15rem;
  cursor: pointer;
}
@media (max-width: 767px){
  .rebel-contact__popup__buttons > .title{
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.rebel-contact__popup__body{
  background: #00ffc0;
  min-height: 500px;
  max-height: 580px;
  overflow: scroll;
}
@media (max-width: 767px){
  .rebel-contact__popup__body{
    height: 145vh;
    max-height: 145vh;
  }
}
.rebel-contact__overlay{
  top: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  opacity: .3;
  position: fixed;
  transition: opacity .3s;
}
.rebel-contact__popup__body__first,
.rebel-contact__popup__body__second{
  padding: 3rem;
  display: flex;
  flex-direction: column;
}
.rebel-contact__popup__body__first h3,
.rebel-contact__popup__body__second h3{
  padding-bottom: 3rem;
  font-size: 2.6rem;
  text-align: center;
}
.rebel-contact__popup form{
  
}
.rebel-contact__popup form fieldset{
  max-width: unset;
}
.rebel-contact__popup form input[type=file],
.rebel-contact__popup form select,
.rebel-contact__popup form input,
.rebel-contact__popup form textarea,
.rebel-contact__popup form input[type=text]{
  border: solid 0px white;
  box-shadow: none;
  border-radius: 0px;
  color: var(--primary_color);
  padding-left: 8px;
  font-size: 1rem;
  font-family: var(--font-family);
}
.rebel-contact__popup form textarea{
  padding-top: 8px !important;
}
.rebel-contact__popup p,
.rebel-contact__popup form label{
  font-size: 1rem;
  color: var(--primary_color);
  font-weight: bold;
}
.rebel-contact__popup__body__first fieldset.form-columns-1 .hs-input{
  width: 100% !important;
}
.rebel-contact__popup__body__first fieldset.form-columns-1 label .hs-input{
  width: auto !important;
}
.rebel-contact .hs-error-msg{
  font-size: 8px;
  padding-top: 0;
  padding-bottom: 0;
}
.rebel-contact__popup form form-columns-2{
  margin-right: -10px;
}
.rebel-contact__popup__body__first > span > h3{
  display: none;
}
.rebel-contact .legal-consent-container .hs-form-fiel{
  display: flex;
}
.rebel-contact form .hs-richtext p,
.rebel-contact .legal-consent-container .hs-form-booleancheckbox-display p{
  font-size: 8px;
}
@media (max-width: 1000px){
  .rebel-footer .hs-menu-wrapper.flyouts .hs-item-has-children {
      margin-bottom: 1rem;
  }  
  .rebel-menu li > ul{
    padding: 0;
  }
  .hs-item-has-children > a{
    display: flex;
    justify-content: center;
  }
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
    position: relative;
    display: none;
    margin-top: 2rem;
    flex-direction: column;
    align-items: center;
    left: 0;
    transform: none;
  }
}
.rebel-contact .hs-form-field{
  margin-bottom: 1.2rem;
}

.rebel-contact *{
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rebel-contact *:focus {
    outline: none !important;
}
.rebel-contact .hs-button.primary.large{
  padding: 1rem 3.5rem 1rem 2rem;
  font-size: 1.4rem;
}
.rebel-contact .hs-form-required{
  color: red;
}



.rebel-contact .primary{
  padding: 1.2rem 3.6rem 1.2rem 2.4rem;
  background-color: white;
  color: #141D85;
  transition: filter .3s;
  position: relative;
  border: 1px solid #00FFC0;
}
.rebel-contact .actions{
  position: relative;
}
.rebel-contact .actions:before{
  background-image: url(https://423121.fs1.hubspotusercontent-na1.net/hubfs/423121/Canva%20images/ellipse-svg.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 23px;
  position: absolute;
  right: -20px;
  transition: transform .2s ease;
  width: 50px;
  transform: translateY(10px);
  z-index: 1;
}
.rebel-contact .actions:after{
  background-image: url(https://423121.fs1.hubspotusercontent-na1.net/hubfs/423121/rebel/homepage/single-right-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 23px;
  position: absolute;
  right: -20px;
  transition: transform .2s ease;
  width: 50px;
  transform: translateY(10px);
  z-index: 2;
}
.rebel-contact .actions:hover:after{
  transform: translateY(10px) translateX(4px);
}

.rebel-contact fieldset.form-columns-1 .hs-input{
  height: 60px;
}
.rebel-contact__popup form input[type=file]{
}
.rebel-contact__popup form input[type=file].hs-input:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://423121.fs1.hubspotusercontent-na1.net/hubfs/423121/operation-rebel/contact/file-picto.png), linear-gradient(to right, var(--h5_color),var(--h5_color));
    background-repeat: no-repeat, no-repeat;
    background-size: 35%, contain;
    background-position: center;
    height: 100%;
    width: 3.6rem;
    z-index: 3;
}
.rebel-contact__popup__body__first fieldset.form-columns-1 label .hs-input{
  height: auto;
}
.rebel-contact__popup form input[type=file]{
  position: relative;
  -webkit-appearance: none;
  cursor: pointer;
  background-color: white;
}
.rebel-contact__popup form input[type=file].hs-input:after {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 5.6rem);
    height: 20px;
    padding-left: 15px;
    font-size: 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transform: translate(0,-50%);
}
.rebel-contact__popup input[type=file]::file-selector-button {
  width: 0;
  transform: scaleX(0);
  font-size: 1.4rem;
  margin-left: -15px;
}
.rebel-contact .hs_submit.hs-submit{
  display: flex;
}